You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2011/06/28 16:51:04 UTC

svn commit: r1140661 - /santuario/xml-security-cpp/trunk/xsec/enc/OpenSSL/OpenSSLCryptoKeyRSA.cpp

Author: scantor
Date: Tue Jun 28 14:51:04 2011
New Revision: 1140661

URL: http://svn.apache.org/viewvc?rev=1140661&view=rev
Log:
Close off ifdef.

Modified:
    santuario/xml-security-cpp/trunk/xsec/enc/OpenSSL/OpenSSLCryptoKeyRSA.cpp

Modified: santuario/xml-security-cpp/trunk/xsec/enc/OpenSSL/OpenSSLCryptoKeyRSA.cpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/enc/OpenSSL/OpenSSLCryptoKeyRSA.cpp?rev=1140661&r1=1140660&r2=1140661&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/enc/OpenSSL/OpenSSLCryptoKeyRSA.cpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/enc/OpenSSL/OpenSSLCryptoKeyRSA.cpp Tue Jun 28 14:51:04 2011
@@ -98,6 +98,7 @@ namespace {
         EVP_MD_CTX_cleanup(&c);
         return rv;
     }
+#endif
 
     static int MGF1(unsigned char *mask, long len, const unsigned char *seed, long seedlen)
 	{