diff options
author | 2014-06-12 15:49:27 +0000 | |
---|---|---|
committer | 2014-06-12 15:49:27 +0000 | |
commit | c3d6a26af7455bccce87985ff78ef0efc39b65e1 (patch) | |
tree | e33a1578f7baa601a43c5042bc97fea75fedf2f4 /lib/libssl/src/crypto/mem_clr.c | |
parent | update to 1.6.0 with official syslog support backported from the 1.7 branch (diff) | |
download | wireguard-openbsd-c3d6a26af7455bccce87985ff78ef0efc39b65e1.tar.xz wireguard-openbsd-c3d6a26af7455bccce87985ff78ef0efc39b65e1.zip |
tags as requested by miod and tedu
Diffstat (limited to 'lib/libssl/src/crypto/mem_clr.c')
-rw-r--r-- | lib/libssl/src/crypto/mem_clr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/mem_clr.c b/lib/libssl/src/crypto/mem_clr.c index 2edb2e90bac..9ee5e65a2e6 100644 --- a/lib/libssl/src/crypto/mem_clr.c +++ b/lib/libssl/src/crypto/mem_clr.c @@ -1,4 +1,5 @@ -/* $OpenBSD: mem_clr.c,v 1.3 2014/04/15 23:04:49 tedu Exp $ */ +/* $OpenBSD: mem_clr.c,v 1.4 2014/06/12 15:49:27 deraadt Exp $ */ + /* Ted Unangst places this file in the public domain. */ #include <string.h> #include <openssl/crypto.h> |