summaryrefslogtreecommitdiffstats
path: root/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'key.h')
-rw-r--r--key.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/key.h b/key.h
index 91f4d005..00e71839 100644
--- a/key.h
+++ b/key.h
@@ -24,6 +24,9 @@
#ifndef KEY_H
#define KEY_H
+#include <openssl/rsa.h>
+#include <openssl/dsa.h>
+
typedef struct Key Key;
enum types {
KEY_RSA1,