diff options
author | Jack Lloyd <[email protected]> | 2017-09-07 10:30:11 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-07 10:30:11 -0400 |
commit | f3d2b1b68592ce11da07129e8f6afa69a094bf14 (patch) | |
tree | f91a0a6f545fe29a5cac20ade8b34682f9a19ed6 /src/lib/ffi/ffi.h | |
parent | 1a39eca36d5b2f41b3178fbb1a359e42d47b7a74 (diff) | |
parent | 8a9722d234eef597353afa3c819335d5aec64875 (diff) |
Merge GH #1189 Correct return value of botan_pk_op_verify_finish
Diffstat (limited to 'src/lib/ffi/ffi.h')
-rw-r--r-- | src/lib/ffi/ffi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffi/ffi.h b/src/lib/ffi/ffi.h index 005d32eee..de752f43c 100644 --- a/src/lib/ffi/ffi.h +++ b/src/lib/ffi/ffi.h @@ -136,6 +136,8 @@ doesn't exactly work well either! */ #define BOTAN_FFI_SUCCESS (0) +#define BOTAN_FFI_INVALID_VERIFIER (1) + #define BOTAN_FFI_ERROR_INVALID_INPUT (-1) #define BOTAN_FFI_ERROR_BAD_MAC (-2) |