diff options
author | Jack Lloyd <[email protected]> | 2018-08-13 08:23:19 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-08-13 08:23:19 -0400 |
commit | 5a2a2d33a9c955691de250b252cb5791158ca2d9 (patch) | |
tree | e17327dc8b444ef77e41c214b5bd1b5e8244277e /src/lib/ffi/ffi.h | |
parent | 43a5eebea5892e04de1e7a3967a175016ae99d94 (diff) | |
parent | 69ba4b0b46db42114f2b98ed41d4ddf4a4392961 (diff) |
Merge GH #1646 Add MPI and FPE to Python wrapper
Diffstat (limited to 'src/lib/ffi/ffi.h')
-rw-r--r-- | src/lib/ffi/ffi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffi/ffi.h b/src/lib/ffi/ffi.h index 96cdf1de4..8ddfcabe2 100644 --- a/src/lib/ffi/ffi.h +++ b/src/lib/ffi/ffi.h @@ -78,6 +78,7 @@ enum BOTAN_FFI_ERROR { BOTAN_FFI_ERROR_NULL_POINTER = -31, BOTAN_FFI_ERROR_BAD_PARAMETER = -32, BOTAN_FFI_ERROR_KEY_NOT_SET = -33, + BOTAN_FFI_ERROR_INVALID_KEY_LENGTH = -34, BOTAN_FFI_ERROR_NOT_IMPLEMENTED = -40, BOTAN_FFI_ERROR_INVALID_OBJECT = -50, |