From 343b64f167342c9cc1d5e01b494fc9aa28f1eb0f Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Sat, 12 Sep 2020 15:46:49 +0000 Subject: Include openssl/x509.h in extern.h since it uses a few of the typedefs from there in structs and prototypes. Remove the openssl/ssl.h and other strange openssl includes in the .c files that don't use openssl specific functions. OK beck@ and tb@ --- usr.sbin/rpki-client/rsync.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.sbin/rpki-client/rsync.c') diff --git a/usr.sbin/rpki-client/rsync.c b/usr.sbin/rpki-client/rsync.c index 73a60e0df61..7b85180b047 100644 --- a/usr.sbin/rpki-client/rsync.c +++ b/usr.sbin/rpki-client/rsync.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsync.c,v 1.8 2020/09/12 10:02:01 claudio Exp $ */ +/* $OpenBSD: rsync.c,v 1.9 2020/09/12 15:46:48 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -29,8 +29,6 @@ #include #include -#include - #include "extern.h" /* -- cgit v1.2.3