summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-03-25 21:17:51 +0000
committerRichard Levitte <levitte@openssl.org>2000-03-25 21:17:51 +0000
commit9cead2f2a58948bd4080535efa4c7f895759a73d (patch)
treed698933bf4f2d9b78261f9098c9a05e7b75cf539 /crypto
parentce24e726b4103b2c66a74197be992a21440f2e6b (diff)
Beautifying code.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/x509v3/x509v3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/x509v3/x509v3.h b/crypto/x509v3/x509v3.h
index ce715dfa73..96ceb7c4fb 100644
--- 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)