summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/rsync.c
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2020-09-12 15:46:49 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2020-09-12 15:46:49 +0000
commit343b64f167342c9cc1d5e01b494fc9aa28f1eb0f (patch)
treef600ef3f9e76963573854491222aef56144f9b83 /usr.sbin/rpki-client/rsync.c
parent1a20717131170bd4a43df67e9dbe018c3fc7e86e (diff)
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@
Diffstat (limited to 'usr.sbin/rpki-client/rsync.c')
-rw-r--r--usr.sbin/rpki-client/rsync.c4
1 files changed, 1 insertions, 3 deletions
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 <kristaps@bsd.lv>
*
@@ -29,8 +29,6 @@
#include <string.h>
#include <unistd.h>
-#include <openssl/ssl.h>
-
#include "extern.h"
/*