diff options
author | deraadt <> | 2000-04-16 05:00:06 +0000 |
---|---|---|
committer | deraadt <> | 2000-04-16 05:00:06 +0000 |
commit | 0daafb02c735a7c816eb8404b4f9973d4e863682 (patch) | |
tree | d0c6834e0d0675ad979d3c3afd621f279ad2f083 /src | |
parent | b956df9eb25970ee609f7eccdb22bdf688763bae (diff) | |
download | openbsd-0daafb02c735a7c816eb8404b4f9973d4e863682.tar.gz openbsd-0daafb02c735a7c816eb8404b4f9973d4e863682.tar.bz2 openbsd-0daafb02c735a7c816eb8404b4f9973d4e863682.zip |
4 new pages; ignore conflicting pages that the OpenSSL group keeps merging into their tree
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index 39c289c310..de292e3625 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.21 2000/04/04 03:23:02 deraadt Exp $ | 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.22 2000/04/16 05:00:06 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,6 +59,8 @@ MANALL= ssl.cat3 SSL_get_error.cat3 \ | |||
59 | ERR_print_errors.cat3 ERR_put_error.cat3 rsa.cat3 \ | 59 | ERR_print_errors.cat3 ERR_put_error.cat3 rsa.cat3 \ |
60 | ERR_remove_state.cat3 SHA1.cat3 EVP_DigestInit.cat3 \ | 60 | ERR_remove_state.cat3 SHA1.cat3 EVP_DigestInit.cat3 \ |
61 | EVP_EncryptInit.cat3 BUF_MEM_new.cat3 \ | 61 | EVP_EncryptInit.cat3 BUF_MEM_new.cat3 \ |
62 | EVP_OpenInit.cat3 EVP_SealInit.cat3 \ | ||
63 | EVP_SignInit.cat3 EVP_VerifyInit.cat3 \ | ||
62 | \ | 64 | \ |
63 | openssl.cat1 \ | 65 | openssl.cat1 \ |
64 | \ | 66 | \ |
@@ -347,6 +349,15 @@ MLINKS+=BN_CTX_new.3 BN_CTX_init.3 BN_CTX_new.3 BN_CTX_free.3 \ | |||
347 | EVP_EncryptInit.3 EVP_CIPHER_CTX_cipher.3 \ | 349 | EVP_EncryptInit.3 EVP_CIPHER_CTX_cipher.3 \ |
348 | EVP_EncryptInit.3 EVP_CIPHER_param_to_asn1.3 \ | 350 | EVP_EncryptInit.3 EVP_CIPHER_param_to_asn1.3 \ |
349 | EVP_EncryptInit.3 EVP_CIPHER_asn1_to_param.3 \ | 351 | EVP_EncryptInit.3 EVP_CIPHER_asn1_to_param.3 \ |
352 | EVP_OpenInit.3 EVP_OpenUpdate.3 \ | ||
353 | EVP_OpenInit.3 EVP_OpenFinal.3 \ | ||
354 | EVP_SealInit.3 EVP_SealUpdate.3 \ | ||
355 | EVP_SealInit.3 EVP_SealFinal.3 \ | ||
356 | EVP_SignInit.3 EVP_SignUpdate.3 \ | ||
357 | EVP_SignInit.3 EVP_SignFinal.3 \ | ||
358 | EVP_SignInit.3 EVP_PKEY_size.3 \ | ||
359 | EVP_VerifyInit.3 EVP_VerifyUpdate.3 \ | ||
360 | EVP_VerifyInit.3 EVP_VerifyFinal.3 \ | ||
350 | RSA_print.3 RSA_print_fp.3 \ | 361 | RSA_print.3 RSA_print_fp.3 \ |
351 | RSA_print.3 DSAparams_print.3 \ | 362 | RSA_print.3 DSAparams_print.3 \ |
352 | RSA_print.3 DSAparams_print_fp.3 \ | 363 | RSA_print.3 DSAparams_print_fp.3 \ |