diff options
author | deraadt <> | 2000-09-05 08:18:21 +0000 |
---|---|---|
committer | deraadt <> | 2000-09-05 08:18:21 +0000 |
commit | 66b1809f25b12fcf916426b3d1bec59295ba4eef (patch) | |
tree | ffb8577651f6043f369d289a7434672d6e8314fa /src/lib/libssl/Makefile.bsd-wrapper | |
parent | f6e4b512268b34b2ef255f71519296a62018537d (diff) | |
download | openbsd-66b1809f25b12fcf916426b3d1bec59295ba4eef.tar.gz openbsd-66b1809f25b12fcf916426b3d1bec59295ba4eef.tar.bz2 openbsd-66b1809f25b12fcf916426b3d1bec59295ba4eef.zip |
des_modes(7) not des_modes(7); jmd@turbogeek.org
Diffstat (limited to 'src/lib/libssl/Makefile.bsd-wrapper')
-rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index de292e3625..f59a2ea551 100644 --- a/src/lib/libssl/Makefile.bsd-wrapper +++ b/src/lib/libssl/Makefile.bsd-wrapper | |||
@@ -1,5 +1,5 @@ | |||
1 | # Build wrapper for OpenSSL | 1 | # Build wrapper for OpenSSL |
2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.22 2000/04/16 05:00:06 deraadt Exp $ | 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.23 2000/09/05 08:18:21 deraadt Exp $ |
3 | 3 | ||
4 | # Our lndir is hacked; specify a full path to avoid potential conflicts | 4 | # Our lndir is hacked; specify a full path to avoid potential conflicts |
5 | # with the one installed with X11. | 5 | # with the one installed with X11. |
@@ -51,7 +51,7 @@ MANALL= ssl.cat3 SSL_get_error.cat3 \ | |||
51 | blowfish.cat3 DH_size.cat3 bn.cat3 DSA_SIG_new.cat3 bn_internal.cat3 \ | 51 | blowfish.cat3 DH_size.cat3 bn.cat3 DSA_SIG_new.cat3 bn_internal.cat3 \ |
52 | DSA_do_sign.cat3 DSA_dup_DH.cat3 crypto.cat3 DSA_generate_key.cat3 \ | 52 | DSA_do_sign.cat3 DSA_dup_DH.cat3 crypto.cat3 DSA_generate_key.cat3 \ |
53 | DSA_generate_parameters.cat3 d2i_DHparams.cat3 d2i_RSAPublicKey.cat3 \ | 53 | DSA_generate_parameters.cat3 d2i_DHparams.cat3 d2i_RSAPublicKey.cat3 \ |
54 | DSA_get_ex_new_index.cat3 des_modes.cat3 DSA_new.cat3 dh.cat3 \ | 54 | DSA_get_ex_new_index.cat3 des_modes.cat7 DSA_new.cat3 dh.cat3 \ |
55 | DSA_set_method.cat3 dsa.cat3 DSA_sign.cat3 DSA_size.cat3 HMAC.cat3 \ | 55 | DSA_set_method.cat3 dsa.cat3 DSA_sign.cat3 DSA_size.cat3 HMAC.cat3 \ |
56 | ERR_GET_LIB.cat3 lh_stats.cat3 ERR_clear_error.cat3 lhash.cat3 \ | 56 | ERR_GET_LIB.cat3 lh_stats.cat3 ERR_clear_error.cat3 lhash.cat3 \ |
57 | ERR_error_string.cat3 MD5.cat3 ERR_get_error.cat3 MDC2.cat3 \ | 57 | ERR_error_string.cat3 MD5.cat3 ERR_get_error.cat3 MDC2.cat3 \ |
@@ -423,7 +423,10 @@ MANALL= | |||
423 | ( cd `dirname ${.ALLSRC}` && pod2man --section=3 --official \ | 423 | ( cd `dirname ${.ALLSRC}` && pod2man --section=3 --official \ |
424 | --center='OpenSSL' --release="OpenBSD `uname -r`" \ | 424 | --center='OpenSSL' --release="OpenBSD `uname -r`" \ |
425 | `basename ${.ALLSRC}` ) | nroff -Tascii -man > ${.TARGET} | 425 | `basename ${.ALLSRC}` ) | nroff -Tascii -man > ${.TARGET} |
426 | 426 | .pod.cat7: | |
427 | ( cd `dirname ${.ALLSRC}` && pod2man --section=7 --official \ | ||
428 | --center='OpenSSL' --release="OpenBSD `uname -r`" \ | ||
429 | `basename ${.ALLSRC}` ) | nroff -Tascii -man > ${.TARGET} | ||
427 | .pod.cat1: | 430 | .pod.cat1: |
428 | ( cd `dirname ${.ALLSRC}` && pod2man --section=1 --official \ | 431 | ( cd `dirname ${.ALLSRC}` && pod2man --section=1 --official \ |
429 | --center='OpenSSL' --release="OpenBSD `uname -r`" \ | 432 | --center='OpenSSL' --release="OpenBSD `uname -r`" \ |