diff options
author | 2014-11-19 13:35:36 +0000 | |
---|---|---|
committer | 2014-11-19 13:35:36 +0000 | |
commit | 036c7a3474848baffbbaeccc94a4652c4153e6cb (patch) | |
tree | 9477224563231b76a3323b5036497d38a020be64 /lib/libssl/src | |
parent | move to stravis so doug@ will stop laughing at my misuse of strnvis. (diff) | |
download | wireguard-openbsd-036c7a3474848baffbbaeccc94a4652c4153e6cb.tar.xz wireguard-openbsd-036c7a3474848baffbbaeccc94a4652c4153e6cb.zip |
Nuke yet more obvious #include duplications.
ok deraadt@
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/crypto/engine/eng_rsax.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/engine/eng_rsax.c b/lib/libssl/src/crypto/engine/eng_rsax.c index 728b89d5f38..c33a776707c 100644 --- a/lib/libssl/src/crypto/engine/eng_rsax.c +++ b/lib/libssl/src/crypto/engine/eng_rsax.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eng_rsax.c,v 1.11 2014/08/11 13:29:43 bcook Exp $ */ +/* $OpenBSD: eng_rsax.c,v 1.12 2014/11/19 13:35:37 krw Exp $ */ /* Copyright (c) 2010-2010 Intel Corp. * Author: Vinodh.Gopal@intel.com * Jim Guilford @@ -67,8 +67,6 @@ #include <stdio.h> #include <string.h> -#include <openssl/opensslconf.h> - #include <openssl/crypto.h> #include <openssl/buffer.h> #include <openssl/engine.h> |