projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce24e72
)
Beautifying code.
author
Richard Levitte
<levitte@openssl.org>
Sat, 25 Mar 2000 21:17:51 +0000
(21:17 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 25 Mar 2000 21:17:51 +0000
(21:17 +0000)
crypto/x509v3/x509v3.h
patch
|
blob
|
history
diff --git
a/crypto/x509v3/x509v3.h
b/crypto/x509v3/x509v3.h
index ce715dfa737c12a5c4e87717c70e8263633e6039..96ceb7c4fb75929493722a895d62abc2f17e5930 100644
(file)
--- a/
crypto/x509v3/x509v3.h
+++ b/
crypto/x509v3/x509v3.h
@@
-179,8
+179,8
@@
union {
} GENERAL_NAME;
typedef struct ACCESS_DESCRIPTION_st {
-ASN1_OBJECT *method;
-GENERAL_NAME *location;
+
ASN1_OBJECT *method;
+
GENERAL_NAME *location;
} ACCESS_DESCRIPTION;
DECLARE_STACK_OF(GENERAL_NAME)