diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-25 06:07:10 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-25 06:07:10 +0000 |
| commit | 5afe83dbd56680679c7d5d314ee237ffbf859aa5 (patch) | |
| tree | 66bec673830675755b7bd060ccf38374cd357b4a /security/openssl | |
| parent | Make sure the /var directories get created during package installation. (diff) | |
- fix broken symlink in manpage
Submitted by: Warren Block
Diffstat (limited to 'security/openssl')
| -rw-r--r-- | security/openssl/Makefile | 2 |
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 \ |
