update to asn compatibility

This commit is contained in:
Jacob Barthelmeh
2015-01-19 21:18:35 -07:00
parent 75fa8af5f6
commit 859c22f2c2
4 changed files with 16 additions and 14 deletions

View File

@@ -100,12 +100,6 @@ int wc_RsaFlattenPublicKey(RsaKey* key, byte* a, word32* aSz, byte* b,
{
return MakeRsaKey(key, size, e, rng);
}
int wc_RsaKeyToDer(RsaKey* key, byte* output, word32 inLen)
{
return RsaKeyToDer(key, output, inLen);
}
#endif