diff options
| author | lteo <> | 2014-09-17 02:20:45 +0000 | 
|---|---|---|
| committer | lteo <> | 2014-09-17 02:20:45 +0000 | 
| commit | 67140e07156dcf64032c953e6b4f12e3f5910e2f (patch) | |
| tree | 8ad574221d2c5ff4bacbca9e980980e4c4652a2c /src | |
| parent | f698f1ebd9707ddc5d8fce4dc71f7f9b06b9b237 (diff) | |
| download | openbsd-67140e07156dcf64032c953e6b4f12e3f5910e2f.tar.gz openbsd-67140e07156dcf64032c953e6b4f12e3f5910e2f.tar.bz2 openbsd-67140e07156dcf64032c953e6b4f12e3f5910e2f.zip | |
Remove unused #define.
ok jsing@
Diffstat (limited to '')
| -rw-r--r-- | src/usr.bin/openssl/crl.c | 4 | 
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 | |||
| 73 | static struct { | 71 | static struct { | 
| 74 | char *cafile; | 72 | char *cafile; | 
| 75 | char *capath; | 73 | char *capath; | 
