summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/usr.bin/openssl/crl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/crl.c b/src/usr.bin/openssl/crl.c
index ba2e479b86..91f3b6b4e8 100644
--- a/src/usr.bin/openssl/crl.c
+++ b/src/usr.bin/openssl/crl.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: crl.c,v 1.3 2014/08/28 14:23:52 jsing Exp $ */ 1/* $OpenBSD: crl.c,v 1.4 2014/09/17 02:20:45 lteo Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -68,8 +68,6 @@
68#include <openssl/x509.h> 68#include <openssl/x509.h>
69#include <openssl/x509v3.h> 69#include <openssl/x509v3.h>
70 70
71#define POSTFIX ".rvk"
72
73static struct { 71static struct {
74 char *cafile; 72 char *cafile;
75 char *capath; 73 char *capath;