diff options
author | djm <> | 2013-01-26 06:10:22 +0000 |
---|---|---|
committer | djm <> | 2013-01-26 06:10:22 +0000 |
commit | 692574e51be904b35cfcb2609fd641e93dc8cef7 (patch) | |
tree | 6305c1c4e36b099e146b0bf242578ba0877f0a81 /src/lib/libssl/man | |
parent | 3b84eeed9fbdc1aa9a6d368cd52ba021c5cb1860 (diff) | |
download | openbsd-692574e51be904b35cfcb2609fd641e93dc8cef7.tar.gz openbsd-692574e51be904b35cfcb2609fd641e93dc8cef7.tar.bz2 openbsd-692574e51be904b35cfcb2609fd641e93dc8cef7.zip |
remove ACSS, crank libcrypto major; ok markus@ deraadt@
Diffstat (limited to 'src/lib/libssl/man')
-rw-r--r-- | src/lib/libssl/man/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile index 006d16d6b3..ffa789fa89 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.18 2011/06/23 22:46:12 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.19 2013/01/26 06:10:22 djm Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
4 | 4 | ||
@@ -242,8 +242,7 @@ MAN= \ | |||
242 | RAND.3 \ | 242 | RAND.3 \ |
243 | RC4.3 \ | 243 | RC4.3 \ |
244 | RIPEMD160.3 \ | 244 | RIPEMD160.3 \ |
245 | SHA1.3 \ | 245 | SHA1.3 |
246 | acss.3 | ||
247 | 246 | ||
248 | # These pages removed/renamed | 247 | # These pages removed/renamed |
249 | # OPENSSL_ia32cap.cat3 \ # i386-only, internal API | 248 | # OPENSSL_ia32cap.cat3 \ # i386-only, internal API |
@@ -911,7 +910,6 @@ MLINKS+=\ | |||
911 | X509_NAME_add_entry_by_txt.3 X509_NAME_add_entry_by_OBJ.3 \ | 910 | X509_NAME_add_entry_by_txt.3 X509_NAME_add_entry_by_OBJ.3 \ |
912 | X509_NAME_add_entry_by_txt.3 X509_NAME_delete_entry.3 \ | 911 | X509_NAME_add_entry_by_txt.3 X509_NAME_delete_entry.3 \ |
913 | X509_new.3 X509_free.3 \ | 912 | X509_new.3 X509_free.3 \ |
914 | acss.3 acss_setkey.3 \ | ||
915 | bn_internal.3 bn_add_words.3 \ | 913 | bn_internal.3 bn_add_words.3 \ |
916 | bn_internal.3 bn_check_top.3 \ | 914 | bn_internal.3 bn_check_top.3 \ |
917 | bn_internal.3 bn_cmp_words.3 \ | 915 | bn_internal.3 bn_cmp_words.3 \ |