diff options
author | jsing <> | 2015-09-11 20:55:59 +0000 |
---|---|---|
committer | jsing <> | 2015-09-11 20:55:59 +0000 |
commit | 150d9a597eaa22312d0f25f7714b9d3cbfb1ce2d (patch) | |
tree | 46e3876de5daf202e47af819000c950f9531f96e /src/usr.bin/openssl/openssl.c | |
parent | 072385692a1f3fb1547dbbcf9f3ece71eb6757fb (diff) | |
download | openbsd-150d9a597eaa22312d0f25f7714b9d3cbfb1ce2d.tar.gz openbsd-150d9a597eaa22312d0f25f7714b9d3cbfb1ce2d.tar.bz2 openbsd-150d9a597eaa22312d0f25f7714b9d3cbfb1ce2d.zip |
unifdef -DOPENSSL_NO_RC5
Diffstat (limited to 'src/usr.bin/openssl/openssl.c')
-rw-r--r-- | src/usr.bin/openssl/openssl.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/usr.bin/openssl/openssl.c b/src/usr.bin/openssl/openssl.c index c85a807d29..0361d1cbb4 100644 --- a/src/usr.bin/openssl/openssl.c +++ b/src/usr.bin/openssl/openssl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: openssl.c,v 1.7 2015/09/11 14:30:23 bcook Exp $ */ | 1 | /* $OpenBSD: openssl.c,v 1.8 2015/09/11 20:55:59 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -321,13 +321,6 @@ FUNCTION functions[] = { | |||
321 | { FUNC_TYPE_CIPHER, "rc4", enc_main }, | 321 | { FUNC_TYPE_CIPHER, "rc4", enc_main }, |
322 | { FUNC_TYPE_CIPHER, "rc4-40", enc_main }, | 322 | { FUNC_TYPE_CIPHER, "rc4-40", enc_main }, |
323 | #endif | 323 | #endif |
324 | #ifndef OPENSSL_NO_RC5 | ||
325 | { FUNC_TYPE_CIPHER, "rc5", enc_main }, | ||
326 | { FUNC_TYPE_CIPHER, "rc5-cbc", enc_main }, | ||
327 | { FUNC_TYPE_CIPHER, "rc5-ecb", enc_main }, | ||
328 | { FUNC_TYPE_CIPHER, "rc5-cfb", enc_main }, | ||
329 | { FUNC_TYPE_CIPHER, "rc5-ofb", enc_main }, | ||
330 | #endif | ||
331 | #ifdef ZLIB | 324 | #ifdef ZLIB |
332 | { FUNC_TYPE_CIPHER, "zlib", enc_main }, | 325 | { FUNC_TYPE_CIPHER, "zlib", enc_main }, |
333 | #endif | 326 | #endif |