aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssl
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-02-25 14:07:10 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2013-02-25 14:07:10 +0800
commit5afe83dbd56680679c7d5d314ee237ffbf859aa5 (patch)
tree66bec673830675755b7bd060ccf38374cd357b4a /security/openssl
parent31db255b4b82eb123dfa1e4c9d303d96b641ff33 (diff)
downloadfreebsd-ports-gnome-5afe83dbd56680679c7d5d314ee237ffbf859aa5.tar.gz
freebsd-ports-gnome-5afe83dbd56680679c7d5d314ee237ffbf859aa5.tar.zst
freebsd-ports-gnome-5afe83dbd56680679c7d5d314ee237ffbf859aa5.zip
- fix broken symlink in manpage
Submitted by: Warren Block
Diffstat (limited to 'security/openssl')
-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 \