summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorkrw <>2014-11-19 13:35:37 +0000
committerkrw <>2014-11-19 13:35:37 +0000
commite046cac318faebe2942c6f2fd17322437f620c61 (patch)
tree5ded9c09a5cd6f2c5748de518eee5f2000a1bd80 /src/lib
parent69e2d970fe98b1af3d31a89e15468d1d726b48e3 (diff)
downloadopenbsd-e046cac318faebe2942c6f2fd17322437f620c61.tar.gz
openbsd-e046cac318faebe2942c6f2fd17322437f620c61.tar.bz2
openbsd-e046cac318faebe2942c6f2fd17322437f620c61.zip
Nuke yet more obvious #include duplications.
ok deraadt@
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/engine/eng_rsax.c4
-rw-r--r--src/lib/libssl/src/crypto/engine/eng_rsax.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/libcrypto/engine/eng_rsax.c b/src/lib/libcrypto/engine/eng_rsax.c
index 728b89d5f3..c33a776707 100644
--- a/src/lib/libcrypto/engine/eng_rsax.c
+++ b/src/lib/libcrypto/engine/eng_rsax.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: eng_rsax.c,v 1.11 2014/08/11 13:29:43 bcook Exp $ */ 1/* $OpenBSD: eng_rsax.c,v 1.12 2014/11/19 13:35:37 krw Exp $ */
2/* Copyright (c) 2010-2010 Intel Corp. 2/* Copyright (c) 2010-2010 Intel Corp.
3 * Author: Vinodh.Gopal@intel.com 3 * Author: Vinodh.Gopal@intel.com
4 * Jim Guilford 4 * Jim Guilford
@@ -67,8 +67,6 @@
67#include <stdio.h> 67#include <stdio.h>
68#include <string.h> 68#include <string.h>
69 69
70#include <openssl/opensslconf.h>
71
72#include <openssl/crypto.h> 70#include <openssl/crypto.h>
73#include <openssl/buffer.h> 71#include <openssl/buffer.h>
74#include <openssl/engine.h> 72#include <openssl/engine.h>
diff --git a/src/lib/libssl/src/crypto/engine/eng_rsax.c b/src/lib/libssl/src/crypto/engine/eng_rsax.c
index 728b89d5f3..c33a776707 100644
--- a/src/lib/libssl/src/crypto/engine/eng_rsax.c
+++ b/src/lib/libssl/src/crypto/engine/eng_rsax.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: eng_rsax.c,v 1.11 2014/08/11 13:29:43 bcook Exp $ */ 1/* $OpenBSD: eng_rsax.c,v 1.12 2014/11/19 13:35:37 krw Exp $ */
2/* Copyright (c) 2010-2010 Intel Corp. 2/* Copyright (c) 2010-2010 Intel Corp.
3 * Author: Vinodh.Gopal@intel.com 3 * Author: Vinodh.Gopal@intel.com
4 * Jim Guilford 4 * Jim Guilford
@@ -67,8 +67,6 @@
67#include <stdio.h> 67#include <stdio.h>
68#include <string.h> 68#include <string.h>
69 69
70#include <openssl/opensslconf.h>
71
72#include <openssl/crypto.h> 70#include <openssl/crypto.h>
73#include <openssl/buffer.h> 71#include <openssl/buffer.h>
74#include <openssl/engine.h> 72#include <openssl/engine.h>