diff options
| author | jsing <> | 2014-05-16 14:24:36 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-16 14:24:36 +0000 |
| commit | cc06c934c6d19139a199657cf73964bae959ff88 (patch) | |
| tree | 4381a37501b47b394536ba12ad22e8d0b233b62a /src/lib/libcrypto/crypto | |
| parent | e4b9151b70065f78efd09afb46ade88c1ff19f90 (diff) | |
| download | openbsd-cc06c934c6d19139a199657cf73964bae959ff88.tar.gz openbsd-cc06c934c6d19139a199657cf73964bae959ff88.tar.bz2 openbsd-cc06c934c6d19139a199657cf73964bae959ff88.zip | |
When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code,
more #ifdefs and a new source file that contains a single function.
Nuke the #if 0 code that is now a macro and move the single function in
evp_acnf.c to c_all.c, which is where the other code lives. While here,
tidy evp.h slightly, remove an unnecessary #ifdef __OpenBSD__ and nuke
a comment that is now a lie.
ok miod@
Diffstat (limited to 'src/lib/libcrypto/crypto')
| -rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 78261e6ef6..258f998fbc 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.35 2014/05/15 15:09:01 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.36 2014/05/16 14:24:36 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | 4 | ||
| @@ -140,7 +140,7 @@ SRCS+= eng_rsax.c eng_rdrand.c | |||
| 140 | SRCS+= err.c err_all.c err_prn.c | 140 | SRCS+= err.c err_all.c err_prn.c |
| 141 | 141 | ||
| 142 | # evp/ | 142 | # evp/ |
| 143 | SRCS+= encode.c digest.c evp_enc.c evp_key.c evp_acnf.c | 143 | SRCS+= encode.c digest.c evp_enc.c evp_key.c |
| 144 | SRCS+= e_des.c e_bf.c e_idea.c e_des3.c e_camellia.c | 144 | SRCS+= e_des.c e_bf.c e_idea.c e_des3.c e_camellia.c |
| 145 | SRCS+= e_rc4.c e_aes.c names.c | 145 | SRCS+= e_rc4.c e_aes.c names.c |
| 146 | SRCS+= e_xcbc_d.c e_rc2.c e_cast.c e_rc5.c | 146 | SRCS+= e_xcbc_d.c e_rc2.c e_cast.c e_rc5.c |
