working through some issues
[feisty_meow.git] / nucleus / library / crypto / rsa_crypto.cpp
index 165f66b69438ba95029b197495ae889cc5c05709..b96b3cdcc196bfa22325bdb1023561123bb2487a 100644 (file)
@@ -98,7 +98,7 @@ rsa_crypto::rsa_crypto(const rsa_crypto &to_copy)
 
 rsa_crypto::~rsa_crypto()
 {
-  FUNCDEF("dtor");
+  FUNCDEF("destructor");
   LOG("prior to rsa free");
   auto_synchronizer mutt(__single_stepper());
   RSA_free(_key);