diff options
Diffstat (limited to 'usr.sbin/acme-client/http.c')
-rw-r--r-- | usr.sbin/acme-client/http.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/acme-client/http.c b/usr.sbin/acme-client/http.c index 599f161437c..423c5e03311 100644 --- a/usr.sbin/acme-client/http.c +++ b/usr.sbin/acme-client/http.c @@ -1,4 +1,4 @@ -/* $Id: http.c,v 1.21 2018/02/06 04:19:56 florian Exp $ */ +/* $Id: http.c,v 1.22 2018/08/08 17:47:44 deraadt Exp $ */ /* * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -35,8 +35,6 @@ #include "http.h" #include "extern.h" -#define DEFAULT_CA_FILE "/etc/ssl/cert.pem" - /* * A buffer for transferring HTTP/S data. */ |