svn commit: r312906 - head/security/openssl

Dirk Meyer dinoex at FreeBSD.org
Mon Feb 25 06:07:11 UTC 2013


Author: dinoex
Date: Mon Feb 25 06:07:10 2013
New Revision: 312906
URL: http://svnweb.freebsd.org/changeset/ports/312906

Log:
  - fix broken symlink in manpage
  Submitted by:	Warren Block

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Mon Feb 25 04:39:52 2013	(r312905)
+++ head/security/openssl/Makefile	Mon Feb 25 06:07:10 2013	(r312906)
@@ -94,7 +94,7 @@ MAN3=	ASN1_OBJECT_new.3 ASN1_STRING_leng
 	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 \


More information about the svn-ports-head mailing list