diff options
Diffstat (limited to 'src/_cffi_src/hazmat_src/padding.h')
| -rw-r--r-- | src/_cffi_src/hazmat_src/padding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_cffi_src/hazmat_src/padding.h b/src/_cffi_src/hazmat_src/padding.h index 4d218b1a..fb023c17 100644 --- a/src/_cffi_src/hazmat_src/padding.h +++ b/src/_cffi_src/hazmat_src/padding.h @@ -3,3 +3,4 @@ // repository for complete details. uint8_t Cryptography_check_pkcs7_padding(const uint8_t *, uint8_t); +uint8_t Cryptography_check_ansix923_padding(const uint8_t *, uint8_t); |
