summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-05-20 03:43:14 +0000
committerkris <kris@FreeBSD.org>2001-05-20 03:43:14 +0000
commitf4381ef2b98beb255497a1fd4d1ac3ef488c406c (patch)
tree0ba17564889c4681ed2eeab368cbb9270b1efa85 /secure/lib/libcrypto/Makefile
parentc3082fa5da9e10b30a514d4920af4d791ab07d00 (diff)
downloadFreeBSD-src-f4381ef2b98beb255497a1fd4d1ac3ef488c406c.zip
FreeBSD-src-f4381ef2b98beb255497a1fd4d1ac3ef488c406c.tar.gz
Update for OpenSSL 0.9.6a
MFC after: 2 weeks
Diffstat (limited to 'secure/lib/libcrypto/Makefile')
-rw-r--r--secure/lib/libcrypto/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 0e7f19e..727f72a 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -36,7 +36,7 @@ MAINTAINER= kris
# base sources
SRCS+= cpt_err.c cryptlib.c cversion.c ebcdic.c ex_data.c mem.c mem_dbg.c \
- tmdiff.c
+ tmdiff.c uid.c
# asn1
@@ -331,7 +331,10 @@ POD3+= ssl/SSL_CIPHER_get_name.pod \
ssl/SSL_new.pod ssl/SSL_pending.pod ssl/SSL_read.pod \
ssl/SSL_set_bio.pod ssl/SSL_set_fd.pod ssl/SSL_set_session.pod \
ssl/SSL_set_verify_result.pod ssl/SSL_shutdown.pod \
- ssl/SSL_write.pod ssl/d2i_SSL_SESSION.pod ssl/ssl.pod
+ ssl/SSL_write.pod ssl/d2i_SSL_SESSION.pod ssl/ssl.pod \
+ ssl/SSL_CTX_sess_number.pod ssl/SSL_CTX_set_mode.pod \
+ ssl/SSL_get_version.pod ssl/SSL_set_connect_state.pod \
+ ssl/SSL_set_shutdown.pod
.if defined(WANT_OPENSSL_MANPAGES)
.for section in 1 3
OpenPOWER on IntegriCloud