fix unused PemToDer() vars depending on build options

This commit is contained in:
toddouska
2015-11-09 14:58:20 -08:00
parent 906be9fb20
commit 6efd8e2db0

View File

@@ -2551,6 +2551,9 @@ int PemToDer(const unsigned char* buff, long longSz, int type,
int sz = (int)longSz;
int encrypted_key = 0;
(void)dynamicType;
(void)heap;
WOLFSSL_ENTER("PemToDer");
switch (type) {