diff options
author | deraadt <> | 2014-06-12 15:49:31 +0000 |
---|---|---|
committer | deraadt <> | 2014-06-12 15:49:31 +0000 |
commit | 71477dc340552244618421bfc331e3226e59f4ea (patch) | |
tree | 922f5c5799f4bd6917523a1dec91ac763f376db5 /src/lib/libcrypto/mem_clr.c | |
parent | e2ae8e879310fea586d76887b5b37a06a024001f (diff) | |
download | openbsd-71477dc340552244618421bfc331e3226e59f4ea.tar.gz openbsd-71477dc340552244618421bfc331e3226e59f4ea.tar.bz2 openbsd-71477dc340552244618421bfc331e3226e59f4ea.zip |
tags as requested by miod and tedu
Diffstat (limited to 'src/lib/libcrypto/mem_clr.c')
-rw-r--r-- | src/lib/libcrypto/mem_clr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/mem_clr.c b/src/lib/libcrypto/mem_clr.c index 2edb2e90ba..9ee5e65a2e 100644 --- a/src/lib/libcrypto/mem_clr.c +++ b/src/lib/libcrypto/mem_clr.c | |||
@@ -1,4 +1,5 @@ | |||
1 | /* $OpenBSD: mem_clr.c,v 1.3 2014/04/15 23:04:49 tedu Exp $ */ | 1 | /* $OpenBSD: mem_clr.c,v 1.4 2014/06/12 15:49:27 deraadt Exp $ */ |
2 | |||
2 | /* Ted Unangst places this file in the public domain. */ | 3 | /* Ted Unangst places this file in the public domain. */ |
3 | #include <string.h> | 4 | #include <string.h> |
4 | #include <openssl/crypto.h> | 5 | #include <openssl/crypto.h> |