From 929d339dda473f536b3f3af87fc016274b499e50 Mon Sep 17 00:00:00 2001 From: miod <> Date: Sat, 12 Jul 2014 22:26:01 +0000 Subject: No need to include asn1_mac.h here. --- src/lib/libcrypto/asn1/n_pkey.c | 3 +-- src/lib/libcrypto/evp/p_lib.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/asn1/n_pkey.c b/src/lib/libcrypto/asn1/n_pkey.c index 230df827f3..42431b6e24 100644 --- a/src/lib/libcrypto/asn1/n_pkey.c +++ b/src/lib/libcrypto/asn1/n_pkey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: n_pkey.c,v 1.21 2014/07/11 08:44:47 jsing Exp $ */ +/* $OpenBSD: n_pkey.c,v 1.22 2014/07/12 22:26:01 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -63,7 +63,6 @@ #ifndef OPENSSL_NO_RSA #include -#include #include #include #include diff --git a/src/lib/libcrypto/evp/p_lib.c b/src/lib/libcrypto/evp/p_lib.c index 617d0f8ec3..e172c34894 100644 --- a/src/lib/libcrypto/evp/p_lib.c +++ b/src/lib/libcrypto/evp/p_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: p_lib.c,v 1.15 2014/07/11 08:44:48 jsing Exp $ */ +/* $OpenBSD: p_lib.c,v 1.16 2014/07/12 22:26:01 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -60,7 +60,6 @@ #include -#include #include #include #include -- cgit v1.2.3-55-g6feb