X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509v3%2Fpcy_int.h;h=8c2ef959e3e4fc9e13390f40c702f0fc7e904f2c;hp=b222557c52f32638d43cf4ef495b3dcf24501054;hb=620d540bd47a96fb6905fbbdd8ea5167a8841a3e;hpb=858857157290dd35145b14044ae96be9cd8eb0df diff --git a/crypto/x509v3/pcy_int.h b/crypto/x509v3/pcy_int.h index b222557c52..8c2ef959e3 100644 --- a/crypto/x509v3/pcy_int.h +++ b/crypto/x509v3/pcy_int.h @@ -1,4 +1,3 @@ -/* pcy_int.h */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 2004. @@ -169,7 +168,7 @@ struct X509_POLICY_TREE_st { * required. */ STACK_OF(X509_POLICY_DATA) *extra_data; - /* This is the authority constained policy set */ + /* This is the authority constrained policy set */ STACK_OF(X509_POLICY_NODE) *auth_policies; STACK_OF(X509_POLICY_NODE) *user_policies; unsigned int flags;