fix github issue #12, cyassl_mutex leftovers

This commit is contained in:
toddouska
2015-02-24 15:03:24 -08:00
parent 8ee361a0d4
commit 6d691e1b9f
2 changed files with 2 additions and 2 deletions

View File

@@ -1435,7 +1435,7 @@ static void wc_AesDecrypt(Aes* aes, const byte* inBlock, byte* outBlock)
static byte *secKey;
static volatile SECdescriptorType *secDesc;
static CyaSSL_Mutex Mutex_AesSEC;
static wolfSSL_Mutex Mutex_AesSEC;
#define SEC_DESC_AES_CBC_ENCRYPT 0x60300010
#define SEC_DESC_AES_CBC_DECRYPT 0x60200010