summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlteo <lteo@openbsd.org>2014-09-17 02:20:45 +0000
committerlteo <lteo@openbsd.org>2014-09-17 02:20:45 +0000
commitfd9f4218f807f8c7233aa0e32eca9619535fb3f7 (patch)
tree3a679a85580a12a39a8dc9020f189982bc615f10
parenttry to document that the -1 option will be selected by default if more (diff)
downloadwireguard-openbsd-fd9f4218f807f8c7233aa0e32eca9619535fb3f7.tar.xz
wireguard-openbsd-fd9f4218f807f8c7233aa0e32eca9619535fb3f7.zip
Remove unused #define.
ok jsing@
-rw-r--r--usr.bin/openssl/crl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/openssl/crl.c b/usr.bin/openssl/crl.c
index ba2e479b860..91f3b6b4e80 100644
--- a/usr.bin/openssl/crl.c
+++ b/usr.bin/openssl/crl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crl.c,v 1.3 2014/08/28 14:23:52 jsing Exp $ */
+/* $OpenBSD: crl.c,v 1.4 2014/09/17 02:20:45 lteo Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -68,8 +68,6 @@
#include <openssl/x509.h>
#include <openssl/x509v3.h>
-#define POSTFIX ".rvk"
-
static struct {
char *cafile;
char *capath;