diff options
author | 2015-07-20 22:42:56 +0000 | |
---|---|---|
committer | 2015-07-20 22:42:56 +0000 | |
commit | b9f34fcb5d6e919f79115a77ef8d86db150c0c01 (patch) | |
tree | 5234d7abc79f17798567cf3b20df75786d394257 /lib/libssl/src | |
parent | Actually return a value from sys_kbind() in the non-ld.so case, or the (diff) | |
download | wireguard-openbsd-b9f34fcb5d6e919f79115a77ef8d86db150c0c01.tar.xz wireguard-openbsd-b9f34fcb5d6e919f79115a77ef8d86db150c0c01.zip |
prefer string.h to strings.h ok guenther@ doug@
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/crypto/gost/gostr341001_params.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/gost/gostr341001_params.c b/lib/libssl/src/crypto/gost/gostr341001_params.c index d14097df7e6..6500c30f317 100644 --- a/lib/libssl/src/crypto/gost/gostr341001_params.c +++ b/lib/libssl/src/crypto/gost/gostr341001_params.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gostr341001_params.c,v 1.2 2014/11/09 23:06:52 miod Exp $ */ +/* $OpenBSD: gostr341001_params.c,v 1.3 2015/07/20 22:42:56 bcook Exp $ */ /* * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> * Copyright (c) 2005-2006 Cryptocom LTD @@ -49,7 +49,7 @@ * ==================================================================== */ -#include <strings.h> +#include <string.h> #include <openssl/opensslconf.h> |