aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-05-29 10:33:15 +1200
committerDavid Phillips <david@sighup.nz>2017-05-29 10:33:15 +1200
commit66d2e147b34a06a8de72ba7ff17f9991bfe2addd (patch)
tree548f071f478d1e110d4117fee71504acfdc8ca3c
parentf9ddbae280128266f332d4ad7022ee6ff8c281b3 (diff)
downloadsand-leek-66d2e147b34a06a8de72ba7ff17f9991bfe2addd.tar.xz
Remove unnecessary include from key_update.h
-rw-r--r--key_update.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/key_update.h b/key_update.h
index a886760..66512b6 100644
--- a/key_update.h
+++ b/key_update.h
@@ -1,4 +1,3 @@
-#include <openssl/bn.h>
#include <openssl/rsa.h>
int key_update_d(RSA *rsa_key);