aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-08-13 08:23:19 -0400
committerJack Lloyd <[email protected]>2018-08-13 08:23:19 -0400
commit5a2a2d33a9c955691de250b252cb5791158ca2d9 (patch)
treee17327dc8b444ef77e41c214b5bd1b5e8244277e /src/lib/ffi/ffi.h
parent43a5eebea5892e04de1e7a3967a175016ae99d94 (diff)
parent69ba4b0b46db42114f2b98ed41d4ddf4a4392961 (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.h1
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,