artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e636397
)
Add DB_TYPE_SUSP
author
inoguchi
<inoguchi@openbsd.org>
Thu, 2 Sep 2021 11:30:15 +0000
(11:30 +0000)
committer
inoguchi
<inoguchi@openbsd.org>
Thu, 2 Sep 2021 11:30:15 +0000
(11:30 +0000)
usr.bin/openssl/apps.h
patch
|
blob
|
history
diff --git
a/usr.bin/openssl/apps.h
b/usr.bin/openssl/apps.h
index
9a4ffd0
..
0e1c212
100644
(file)
--- a/
usr.bin/openssl/apps.h
+++ b/
usr.bin/openssl/apps.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: apps.h,v 1.2
7 2021/03/31 17:13:54 tb
Exp $ */
+/* $OpenBSD: apps.h,v 1.2
8 2021/09/02 11:30:15 inoguchi
Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-207,6
+207,7
@@
int unpack_revinfo(ASN1_TIME **prevtm, int *preason, ASN1_OBJECT **phold,
#define DB_TYPE_REV 'R'
#define DB_TYPE_EXP 'E'
#define DB_TYPE_VAL 'V'
+#define DB_TYPE_SUSP 'S'
typedef struct db_attr_st {
int unique_subject;