summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2006-06-27 05:07:51 +0000
committerDamien Miller <djm@cvs.openbsd.org>2006-06-27 05:07:51 +0000
commit7ed6b13766f8849a36fd96d75d5f95cde2262528 (patch)
tree1bf099266db771743b709ad4e5bc057dcc8966f8 /lib
parentcb585ffdec45f8d48a924aa0401b94cb1b2601cd (diff)
crank shlib_version
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/crypto/Makefile5
-rw-r--r--lib/libssl/crypto/shlib_version4
-rw-r--r--lib/libssl/ssl/shlib_version2
3 files changed, 6 insertions, 5 deletions
diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile
index 66cc55c93b1..b6b95560160 100644
--- a/lib/libssl/crypto/Makefile
+++ b/lib/libssl/crypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.44 2005/11/24 20:49:21 deraadt Exp $
+# $OpenBSD: Makefile,v 1.45 2006/06/27 05:07:47 djm Exp $
LIB= crypto
WANTLINT=
@@ -63,10 +63,11 @@ SRCS+= bn_mul.c bn_print.c bn_rand.c bn_shift.c
SRCS+= bn_word.c bn_blind.c bn_gcd.c bn_prime.c bn_err.c
SRCS+= bn_sqr.c bn_recp.c bn_mont.c bn_mpi.c bn_mod.c
SRCS+= bn_exp2.c bn_ctx.c
-SRCS+= bn_sqrt.c bn_kron.c
+SRCS+= bn_sqrt.c bn_kron.c bn_x931p.c
SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c
SRCS+= rsa_saos.c rsa_err.c rsa_pk1.c rsa_ssl.c
SRCS+= rsa_none.c rsa_chk.c rsa_oaep.c rsa_null.c rsa_asn1.c
+SRCS+= rsa_pss.c rsa_x931.c
SRCS+= dsa_gen.c dsa_key.c dsa_lib.c dsa_vrf.c
SRCS+= dsa_sign.c dsa_err.c dsa_asn1.c dsa_ossl.c
SRCS+= dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_asn1.c
diff --git a/lib/libssl/crypto/shlib_version b/lib/libssl/crypto/shlib_version
index eb2c603aec0..262f3bc13b6 100644
--- a/lib/libssl/crypto/shlib_version
+++ b/lib/libssl/crypto/shlib_version
@@ -1,2 +1,2 @@
-major=12
-minor=1
+major=13
+minor=0
diff --git a/lib/libssl/ssl/shlib_version b/lib/libssl/ssl/shlib_version
index c10074d52ae..f461c533903 100644
--- a/lib/libssl/ssl/shlib_version
+++ b/lib/libssl/ssl/shlib_version
@@ -1,2 +1,2 @@
-major=10
+major=11
minor=0