diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index a8615f72db..05ffc23fb5 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.17 2000/03/30 08:18:45 deraadt Exp $ | 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.18 2000/03/30 19:45:14 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. |
@@ -59,7 +59,7 @@ MANALL= ssl.cat3 SSL_get_error.cat3 \ | |||
59 | ERR_load_crypto_strings.cat3 ERR_load_strings.cat3 \ | 59 | ERR_load_crypto_strings.cat3 ERR_load_strings.cat3 \ |
60 | ERR_print_errors.cat3 ERR_put_error.cat3 rsa.cat3 \ | 60 | ERR_print_errors.cat3 ERR_put_error.cat3 rsa.cat3 \ |
61 | ERR_remove_state.cat3 sha.cat3 EVP_DigestInit.cat3 \ | 61 | ERR_remove_state.cat3 sha.cat3 EVP_DigestInit.cat3 \ |
62 | EVP_EncryptInit.cat3 \ | 62 | EVP_EncryptInit.cat3 BUF_MEM_new.cat3 \ |
63 | \ | 63 | \ |
64 | openssl.cat1 | 64 | openssl.cat1 |
65 | 65 | ||