svn commit: r314526 - head/security/openssl

Dirk Meyer dinoex at FreeBSD.org
Mon Mar 18 11:06:37 UTC 2013


Author: dinoex
Date: Mon Mar 18 06:20:21 2013
New Revision: 314526
URL: http://svnweb.freebsd.org/changeset/ports/314526

Log:
  - fix wording of option
  Submitted by:	Warren Block

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Mon Mar 18 06:08:24 2013	(r314525)
+++ head/security/openssl/Makefile	Mon Mar 18 06:20:21 2013	(r314526)
@@ -41,7 +41,7 @@ SHARED_DESC?=	build of shared libs
 ZLIB_DESC?=	zlib compression support
 SCTP_DESC?=	SCTP protocol support
 MD2_DESC?=	MD2 hash (obsolete)
-RC5_DESC?=	RC5 chipher (patented)
+RC5_DESC?=	RC5 cipher (patented)
 RFC3779_DESC?=	RFC3779 support
 GMP_DESC?=	gmp support (LGPLv3)
 EC_DESC?=	Optimize NIST elliptic curves


More information about the svn-ports-head mailing list