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 | |
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')
-rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 9 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/crypto/des.pod | 2 |
2 files changed, 7 insertions, 4 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`" \ |
diff --git a/src/lib/libssl/src/doc/crypto/des.pod b/src/lib/libssl/src/doc/crypto/des.pod index c553210ef2..1ca6bfb78f 100644 --- a/src/lib/libssl/src/doc/crypto/des.pod +++ b/src/lib/libssl/src/doc/crypto/des.pod | |||
@@ -345,7 +345,7 @@ the MIT Kerberos library. | |||
345 | 345 | ||
346 | =head1 SEE ALSO | 346 | =head1 SEE ALSO |
347 | 347 | ||
348 | crypt(3), L<des_modes(3)|des_modes(3)>, L<evp(3)|evp(3)>, L<rand(3)|rand(3)> | 348 | crypt(3), L<des_modes(7)|des_modes(7)>, L<evp(3)|evp(3)>, L<rand(3)|rand(3)> |
349 | 349 | ||
350 | =head1 HISTORY | 350 | =head1 HISTORY |
351 | 351 | ||