diff options
Diffstat (limited to 'src/lib/libcrypto/crypto')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 3 | ||||
-rw-r--r-- | src/lib/libcrypto/crypto/shlib_version | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index c1905516c2..9eccb901cd 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.59 2015/06/27 22:42:02 doug Exp $ | 1 | # $OpenBSD: Makefile,v 1.60 2015/07/19 22:34:27 doug Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -133,7 +133,6 @@ SRCS+= eng_table.c eng_pkey.c eng_fat.c eng_all.c | |||
133 | SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c | 133 | SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c |
134 | SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c | 134 | SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c |
135 | SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c | 135 | SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c |
136 | SRCS+= eng_rsax.c | ||
137 | # XXX unnecessary? handled in EVP now... | 136 | # XXX unnecessary? handled in EVP now... |
138 | # SRCS+= eng_aesni.c # local addition | 137 | # SRCS+= eng_aesni.c # local addition |
139 | 138 | ||
diff --git a/src/lib/libcrypto/crypto/shlib_version b/src/lib/libcrypto/crypto/shlib_version index 96e1793a1e..db69fac89e 100644 --- a/src/lib/libcrypto/crypto/shlib_version +++ b/src/lib/libcrypto/crypto/shlib_version | |||
@@ -1,3 +1,3 @@ | |||
1 | # Don't forget to give libssl and libtls the same type of bump! | 1 | # Don't forget to give libssl and libtls the same type of bump! |
2 | major=34 | 2 | major=35 |
3 | minor=0 | 3 | minor=0 |