summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/ftp_var.h
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2014-10-31 13:48:22 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2014-10-31 13:48:22 +0000
commit749e16d7caeeaba4eade708a2f1a92fd5c7c6312 (patch)
tree7ba0a8837439685940d41ba7602b5d5955be078d /usr.bin/ftp/ftp_var.h
parentf44b598f55e4b6375817972d506ad93e63c93bd1 (diff)
Update ftp(1) to use libtls instead of libressl.
Diffstat (limited to 'usr.bin/ftp/ftp_var.h')
-rw-r--r--usr.bin/ftp/ftp_var.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ftp/ftp_var.h b/usr.bin/ftp/ftp_var.h
index 5d8cf41ae91..7a0a279effa 100644
--- a/usr.bin/ftp/ftp_var.h
+++ b/usr.bin/ftp/ftp_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ftp_var.h,v 1.35 2014/07/14 09:26:27 jsing Exp $ */
+/* $OpenBSD: ftp_var.h,v 1.36 2014/10/31 13:48:21 jsing Exp $ */
/* $NetBSD: ftp_var.h,v 1.18 1997/08/18 10:20:25 lukem Exp $ */
/*
@@ -77,7 +77,7 @@
int fclose(FILE *);
#endif
-#include <ressl.h>
+#include <tls.h>
#include "stringlist.h"
#include "extern.h"
@@ -234,5 +234,5 @@ FILE *ttyout; /* stdout or stderr, depending on interactive */
extern struct cmd cmdtab[];
#ifndef SMALL
-extern struct ressl_config *ressl_config;
+extern struct tls_config *tls_config;
#endif /* !SMALL */