[csw-devel] SF.net SVN: gar:[17919] csw/mgar/pkg/openssl1/trunk/files/pkcs11_engine-1.0 .1b.patch.2012-04-30
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Tue May 1 22:31:50 CEST 2012
Revision: 17919
http://gar.svn.sourceforge.net/gar/?rev=17919&view=rev
Author: chninkel
Date: 2012-05-01 20:31:50 +0000 (Tue, 01 May 2012)
Log Message:
-----------
openssl1/trunk: fixed typing error in last commit
Modified Paths:
--------------
csw/mgar/pkg/openssl1/trunk/files/pkcs11_engine-1.0.1b.patch.2012-04-30
Modified: csw/mgar/pkg/openssl1/trunk/files/pkcs11_engine-1.0.1b.patch.2012-04-30
===================================================================
--- csw/mgar/pkg/openssl1/trunk/files/pkcs11_engine-1.0.1b.patch.2012-04-30 2012-05-01 19:40:59 UTC (rev 17918)
+++ csw/mgar/pkg/openssl1/trunk/files/pkcs11_engine-1.0.1b.patch.2012-04-30 2012-05-01 20:31:50 UTC (rev 17919)
@@ -2898,7 +2898,7 @@
+ case NID_aes_128_ctr:
+ *cipher = &pk11_aes_128_ctr;
+ break;
-+ case NID_aes_192\xC3_ctr:
++ case NID_aes_192_ctr:
+ *cipher = &pk11_aes_192_ctr;
+ break;
+ case NID_aes_256_ctr:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list