X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fx509_vfy.h;h=fc6e38910170733969eecad70e86f5c9f0c19408;hp=0bbebe1ebae5a16a465e4436582194a04977c00a;hb=8483a003bfca5fac61cda3daea4db2ca20d10ef2;hpb=f0c58c3212d4796ea25d9baaea992bc5137fde34 diff --git a/include/openssl/x509_vfy.h b/include/openssl/x509_vfy.h index 0bbebe1eba..fc6e389101 100644 --- a/include/openssl/x509_vfy.h +++ b/include/openssl/x509_vfy.h @@ -231,7 +231,7 @@ void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth); # define X509_V_FLAG_EXTENDED_CRL_SUPPORT 0x1000 /* Delta CRL support */ # define X509_V_FLAG_USE_DELTAS 0x2000 -/* Check selfsigned CA signature */ +/* Check self-signed CA signature */ # define X509_V_FLAG_CHECK_SS_SIGNATURE 0x4000 /* Use trusted store first */ # define X509_V_FLAG_TRUSTED_FIRST 0x8000