diff options
Diffstat (limited to 'src/lib/libssl/crypto')
| -rw-r--r-- | src/lib/libssl/crypto/Makefile | 2 | ||||
| -rw-r--r-- | src/lib/libssl/crypto/shlib_version | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index a44392a9bd..a05ac78e0e 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile | |||
| @@ -29,7 +29,7 @@ CFLAGS+= -DNO_RC5 | |||
| 29 | CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} | 29 | CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} |
| 30 | CFLAGS+= -I${LCRYPTO_SRC} | 30 | CFLAGS+= -I${LCRYPTO_SRC} |
| 31 | CFLAGS+= -I${LCRYPTO_INC} | 31 | CFLAGS+= -I${LCRYPTO_INC} |
| 32 | SRCS+= cryptlib.c ex_data.c cpt_err.c mem.c mem_dbg.c tmdiff.c cversion.c | 32 | SRCS+= cryptlib.c ex_data.c cpt_err.c mem.c mem_dbg.c tmdiff.c cversion.c uid.c |
| 33 | CFLAGS+= -I${LCRYPTO_SRC}/md2 | 33 | CFLAGS+= -I${LCRYPTO_SRC}/md2 |
| 34 | SRCS+= md2_dgst.c md2_one.c | 34 | SRCS+= md2_dgst.c md2_one.c |
| 35 | CFLAGS+= -I${LCRYPTO_SRC}/md5 | 35 | CFLAGS+= -I${LCRYPTO_SRC}/md5 |
diff --git a/src/lib/libssl/crypto/shlib_version b/src/lib/libssl/crypto/shlib_version index 890c57389b..3066b9771e 100644 --- a/src/lib/libssl/crypto/shlib_version +++ b/src/lib/libssl/crypto/shlib_version | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | major=4 | 1 | major=5 |
| 2 | minor=1 | 2 | minor=0 |
