summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/openssl/apps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h
index 9a4ffd00c7..0e1c212084 100644
--- a/src/usr.bin/openssl/apps.h
+++ b/src/usr.bin/openssl/apps.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: apps.h,v 1.27 2021/03/31 17:13:54 tb Exp $ */ 1/* $OpenBSD: apps.h,v 1.28 2021/09/02 11:30:15 inoguchi 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 *
@@ -207,6 +207,7 @@ int unpack_revinfo(ASN1_TIME **prevtm, int *preason, ASN1_OBJECT **phold,
207#define DB_TYPE_REV 'R' 207#define DB_TYPE_REV 'R'
208#define DB_TYPE_EXP 'E' 208#define DB_TYPE_EXP 'E'
209#define DB_TYPE_VAL 'V' 209#define DB_TYPE_VAL 'V'
210#define DB_TYPE_SUSP 'S'
210 211
211typedef struct db_attr_st { 212typedef struct db_attr_st {
212 int unique_subject; 213 int unique_subject;