diff options
author | Jack Lloyd <[email protected]> | 2019-04-19 06:56:26 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-04-19 06:56:26 -0400 |
commit | 164b1dcf148ac7caa45074819b5f934143b92682 (patch) | |
tree | be1957e98111d2aae6a2abd0c86a08a939d834b3 /src/lib/ffi/ffi.h | |
parent | 0e931e8beee767297ed4f660970dfffc561ff312 (diff) |
Use script to generate Python FFI decls
Remove unimplemented declaration botan_x509_cert_gen_selfsigned
Diffstat (limited to 'src/lib/ffi/ffi.h')
-rw-r--r-- | src/lib/ffi/ffi.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/ffi/ffi.h b/src/lib/ffi/ffi.h index 10b10c0f3..e7b547c81 100644 --- a/src/lib/ffi/ffi.h +++ b/src/lib/ffi/ffi.h @@ -1442,13 +1442,6 @@ BOTAN_PUBLIC_API(2,0) int botan_x509_cert_destroy(botan_x509_cert_t cert); BOTAN_PUBLIC_API(2,8) int botan_x509_cert_dup(botan_x509_cert_t* new_cert, botan_x509_cert_t cert); -BOTAN_PUBLIC_API(2,0) -int botan_x509_cert_gen_selfsigned(botan_x509_cert_t* cert, - botan_privkey_t key, - botan_rng_t rng, - const char* common_name, - const char* org_name); - /* Prefer botan_x509_cert_not_before and botan_x509_cert_not_after */ BOTAN_PUBLIC_API(2,0) int botan_x509_cert_get_time_starts(botan_x509_cert_t cert, char out[], size_t* out_len); BOTAN_PUBLIC_API(2,0) int botan_x509_cert_get_time_expires(botan_x509_cert_t cert, char out[], size_t* out_len); |