]> andersk Git - openssh.git/blobdiff - key.h
Hopefully things did not get mixed around too much. It compiles under
[openssh.git] / key.h
diff --git a/key.h b/key.h
index 91f4d0055067b921c410fba47c83e41533b76d4c..00e71839addc95e56483e3c4bb02cf6bdecdb2e6 100644 (file)
--- 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,
This page took 0.0888679999999999 seconds and 4 git commands to generate.