diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2001-06-22 00:03:45 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2001-06-22 00:03:45 +0000 |
commit | 13b984a4565b6813966f6070097ab3070c122f23 (patch) | |
tree | 7e4b8b77c8e8ba094b4c7eb67185403e0b07a5a2 /lib/libssl/crypto | |
parent | 4fc9a56991eb28595d259c82ba5d4f92d15e8581 (diff) |
openssl-engine-0.9.6a merge
Diffstat (limited to 'lib/libssl/crypto')
-rw-r--r-- | lib/libssl/crypto/Makefile | 2 | ||||
-rw-r--r-- | lib/libssl/crypto/shlib_version | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile index a44392a9bd4..a05ac78e0ed 100644 --- a/lib/libssl/crypto/Makefile +++ b/lib/libssl/crypto/Makefile @@ -29,7 +29,7 @@ CFLAGS+= -DNO_RC5 CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} CFLAGS+= -I${LCRYPTO_SRC} CFLAGS+= -I${LCRYPTO_INC} -SRCS+= cryptlib.c ex_data.c cpt_err.c mem.c mem_dbg.c tmdiff.c cversion.c +SRCS+= cryptlib.c ex_data.c cpt_err.c mem.c mem_dbg.c tmdiff.c cversion.c uid.c CFLAGS+= -I${LCRYPTO_SRC}/md2 SRCS+= md2_dgst.c md2_one.c CFLAGS+= -I${LCRYPTO_SRC}/md5 diff --git a/lib/libssl/crypto/shlib_version b/lib/libssl/crypto/shlib_version index 890c57389b5..3066b9771e7 100644 --- a/lib/libssl/crypto/shlib_version +++ b/lib/libssl/crypto/shlib_version @@ -1,2 +1,2 @@ -major=4 -minor=1 +major=5 +minor=0 |