summaryrefslogtreecommitdiffstats
path: root/openssl_missing.c
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2003-06-27 07:27:02 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2003-06-27 07:27:02 +0000
commitde9f3c4b73b124bd87ae57051625ac964393565a (patch)
tree146fdd402f4d8659e6f689759737934a47fc7ef4 /openssl_missing.c
parentc46821e134c9c12d14f8c959276805c4ce540e2e (diff)
downloadruby-openssl-history-de9f3c4b73b124bd87ae57051625ac964393565a.tar.gz
avoid warning of mismatched prototypes.
Diffstat (limited to 'openssl_missing.c')
-rw-r--r--openssl_missing.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl_missing.c b/openssl_missing.c
index b1d418b..481244a 100644
--- a/openssl_missing.c
+++ b/openssl_missing.c
@@ -8,6 +8,8 @@
* This program is licenced under the same licence as Ruby.
* (See the file 'LICENCE'.)
*/
+#include "ossl.h"
+
#if !defined(OPENSSL_NO_HMAC)
#include <string.h>