|
@@ -23,6 +23,12 @@
|
|
#ifndef OPENSSL_NO_ENGINE
|
|
#ifndef OPENSSL_NO_ENGINE
|
|
#include <openssl/engine.h>
|
|
#include <openssl/engine.h>
|
|
#endif /* OPENSSL_NO_ENGINE */
|
|
#endif /* OPENSSL_NO_ENGINE */
|
|
|
|
+#ifndef OPENSSL_NO_DSA
|
|
|
|
+#include <openssl/dsa.h>
|
|
|
|
+#endif
|
|
|
|
+#ifndef OPENSSL_NO_DH
|
|
|
|
+#include <openssl/dh.h>
|
|
|
|
+#endif
|
|
|
|
|
|
#include "common.h"
|
|
#include "common.h"
|
|
#include "crypto.h"
|
|
#include "crypto.h"
|