aboutsummaryrefslogtreecommitdiffstats
path: root/openssl_missing.c
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-01-16 13:52:05 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-01-16 13:52:05 +0000
commit8717a87985a8b5fa3443ed9f5691f758d16d153a (patch)
tree14f0e5213472752d830d7fd3d9fe66cdd25ac8a1 /openssl_missing.c
parentf9fedb332a1f46758b1014a6ccf999b57dd3ff54 (diff)
downloadruby-openssl-history-8717a87985a8b5fa3443ed9f5691f758d16d153a.tar.gz
* fixed missing/strptime.c (Hynek)
* more strict format for UTC time (ossl.c - 'Z' in the end)
Diffstat (limited to 'openssl_missing.c')
-rw-r--r--openssl_missing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl_missing.c b/openssl_missing.c
index f538a4e..592972b 100644
--- a/openssl_missing.c
+++ b/openssl_missing.c
@@ -10,6 +10,7 @@
*/
#if !defined(NO_HMAC) && !defined(OPENSSL_NO_HMAC)
+#include <string.h>
#include <openssl/hmac.h>
/* to hmac.[ch] */