diff options
author | David Phillips <david@sighup.nz> | 2017-05-28 21:13:54 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-05-28 21:15:06 +1200 |
commit | cd1702d70f5e5a38cfb215d0952dbfb45eb7b2a1 (patch) | |
tree | d9c040cb2c7afd05a04fe11965af929cb2a7d2e3 /key_update.h | |
parent | 89512e156e8eeb1637727591666e332baa7233bc (diff) | |
download | sand-leek-cd1702d70f5e5a38cfb215d0952dbfb45eb7b2a1.tar.xz |
Openssl-1.0 compat
Diffstat (limited to 'key_update.h')
-rw-r--r-- | key_update.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/key_update.h b/key_update.h new file mode 100644 index 0000000..a886760 --- /dev/null +++ b/key_update.h @@ -0,0 +1,4 @@ +#include <openssl/bn.h> +#include <openssl/rsa.h> + +int key_update_d(RSA *rsa_key); |