Fix gcc build for real this time

This commit is contained in:
lilmayofuksu
2022-07-06 20:11:44 +03:00
parent dd56af8fcb
commit 6124d6949c
4 changed files with 32 additions and 28 deletions

View File

@@ -63,4 +63,4 @@ void OQS_AES128_ECB_enc_sch(const uint8_t *plaintext, const size_t plaintext_len
*/
void OQS_AES128_ECB_dec_sch(const uint8_t *ciphertext, const size_t ciphertext_len, const void *schedule, uint8_t *plaintext);
#endif
#endif