fix user malloc define w/ opensslextra

pull/1/head
toddouska 2013-07-05 09:42:49 -07:00
parent 226f018829
commit 705aa0f453
1 changed files with 1 additions and 1 deletions

View File

@ -9689,7 +9689,7 @@ int CyaSSL_KeyPemToDer(const unsigned char* pem, int pemSz, unsigned char* buff,
}
}
XFREE(der.buffer, NULL, DYANMIC_KEY_TYPE);
XFREE(der.buffer, NULL, DYNAMIC_TYPE_KEY);
return ret;
}