Small cleanup and bugfix

This commit is contained in:
Cameron Gutman
2021-04-17 20:24:43 -05:00
parent 98d7ceecf7
commit efaeade7a6
2 changed files with 2 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ typedef struct _PLT_CRYPTO_CONTEXT {
#define ROUND_TO_PKCS7_PADDED_LEN(x) ((((x) + 15) / 16) * 16)
PPLT_CRYPTO_CONTEXT PltCreateCryptoContext();
PPLT_CRYPTO_CONTEXT PltCreateCryptoContext(void);
void PltDestroyCryptoContext(PPLT_CRYPTO_CONTEXT ctx);
#define ALGORITHM_AES_CBC 1