diff options
author | schwarze <> | 2016-11-18 18:54:43 +0000 |
---|---|---|
committer | schwarze <> | 2016-11-18 18:54:43 +0000 |
commit | 8216fe7ad0aeb239366004de9dd792c3051d167f (patch) | |
tree | f99f2d7587f96e09813b4e332a770cc9dba30256 /src/lib/libcrypto/man/Makefile | |
parent | de4a02ae7c1df3049ca5a28c5d3be87b3ce3f972 (diff) | |
download | openbsd-8216fe7ad0aeb239366004de9dd792c3051d167f.tar.gz openbsd-8216fe7ad0aeb239366004de9dd792c3051d167f.tar.bz2 openbsd-8216fe7ad0aeb239366004de9dd792c3051d167f.zip |
import from OpenSSL;
the referenced CRYPTO_get_ex_new_index(3) will follow shortly
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 07d736609b..1e69f877f3 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.51 2016/11/11 01:18:19 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.52 2016/11/18 18:54:43 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -20,6 +20,7 @@ MAN= \ | |||
20 | BIO_f_md.3 \ | 20 | BIO_f_md.3 \ |
21 | BIO_f_null.3 \ | 21 | BIO_f_null.3 \ |
22 | BIO_find_type.3 \ | 22 | BIO_find_type.3 \ |
23 | BIO_get_ex_new_index.3 \ | ||
23 | BIO_new.3 \ | 24 | BIO_new.3 \ |
24 | BIO_push.3 \ | 25 | BIO_push.3 \ |
25 | BIO_read.3 \ | 26 | BIO_read.3 \ |