X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509v3%2Fx509v3.h;h=bee56ab2d243fe700d356f745f78530df59cffee;hp=5a97e096126471645d4aa970ab6ab9cf2663c0ba;hb=13938acecae8f1b455812d0388e2891abd1c096d;hpb=51630a37069a0792f2d6ad6ce33e9c5cca27b69c diff --git a/crypto/x509v3/x509v3.h b/crypto/x509v3/x509v3.h index 5a97e09612..bee56ab2d2 100644 --- a/crypto/x509v3/x509v3.h +++ b/crypto/x509v3/x509v3.h @@ -329,12 +329,12 @@ DECLARE_ASN1_SET_OF(POLICYINFO) #define X509_PURPOSE_DYNAMIC_NAME 0x2 typedef struct x509_purpose_st { - int purpose_id; - int trust_id; /* Default trust ID */ - int purpose_flags; + int purpose; + int trust; /* Default trust ID */ + int flags; int (*check_purpose)(struct x509_purpose_st *, X509 *, int); - char *purpose_name; - char *purpose_sname; + char *name; + char *sname; void *usr_data; } X509_PURPOSE;