summaryrefslogtreecommitdiff
path: root/ext/openssl/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/openssl.c')
-rw-r--r--ext/openssl/openssl.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c
index c3e86064a..ea50d5c41 100644
--- a/ext/openssl/openssl.c
+++ b/ext/openssl/openssl.c
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: openssl.c,v 1.98.2.5.2.41 2007/08/08 06:29:46 pajoye Exp $ */
+/* $Id: openssl.c,v 1.98.2.5.2.42 2007/10/31 13:23:06 jani Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -46,6 +46,9 @@
#include <openssl/ssl.h>
#include <openssl/pkcs12.h>
+/* Common */
+#include <time.h>
+
#define DEFAULT_KEY_LENGTH 512
#define MIN_KEY_LENGTH 384