]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_apple_csp/lib/RSA_asymmetric.cpp
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_apple_csp / lib / RSA_asymmetric.cpp
index 7d0f0222b89dbd420295867d478d378ec01222f9..2d394aca26e92a8988108798a0f8b9bb811ff8ce 100644 (file)
@@ -25,8 +25,8 @@
 #include <security_utilities/debugging.h>
 #include <opensslUtils/opensslUtils.h>
 
-#define rsaCryptDebug(args...) secdebug("rsaCrypt", ## args)
-#define rbprintf(args...)              secdebug("rsaBuf", ## args)
+#define rsaCryptDebug(args...) secinfo("rsaCrypt", ## args)
+#define rbprintf(args...)              secinfo("rsaBuf", ## args)
 
 static ModuleNexus<Mutex> gMutex;
 
@@ -85,7 +85,7 @@ void RSA_CryptContext::init(const Context &context, bool encoding /*= true*/)
                }
        }
        else {
-               assert(opStarted());    
+               assert(opStarted());
        }
 
        unsigned cipherBlockSize = RSA_size(mRsaKey);