summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-02-25 06:07:10 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-02-25 06:07:10 +0000
commit5afe83dbd56680679c7d5d314ee237ffbf859aa5 (patch)
tree66bec673830675755b7bd060ccf38374cd357b4a
parentMake sure the /var directories get created during package installation. (diff)
- fix broken symlink in manpage
Submitted by: Warren Block
-rw-r--r--security/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 6a4c075beea6..4977a50f2a8d 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -94,7 +94,7 @@ MAN3= ASN1_OBJECT_new.3 ASN1_STRING_length.3 ASN1_STRING_new.3 \
EVP_PKEY_derive.3 EVP_PKEY_encrypt.3 EVP_PKEY_get_default_digest.3 \
EVP_PKEY_keygen.3 EVP_PKEY_new.3 EVP_PKEY_print_private.3 \
EVP_PKEY_set1_RSA.3 EVP_PKEY_sign.3 EVP_PKEY_verify.3 \
- EVP_PKEY_verify_recover.3 EVP_SealInit.3 EVP_SignInit.3 \
+ EVP_PKEY_verifyrecover.3 EVP_SealInit.3 EVP_SignInit.3 \
EVP_VerifyInit.3 OBJ_nid2obj.3 OPENSSL_Applink.3 \
OPENSSL_VERSION_NUMBER.3 OPENSSL_config.3 OPENSSL_ia32cap.3 \
OPENSSL_load_builtin_modules.3 OpenSSL_add_all_algorithms.3 \