X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fx509%2Fx509_trs.c;h=c63920fd9266f121b7d3f8c65344116bfea6587f;hb=a3fe382e2d2d794c598921cd39117581a2a8941b;hp=8a632db7b0eebcbe4082e1c990563b1fcebc5b48;hpb=6447cce37251e6d947279a3fd6874e59ed0d3d2d;p=oweals%2Fopenssl.git diff --git a/crypto/x509/x509_trs.c b/crypto/x509/x509_trs.c index 8a632db7b0..c63920fd92 100644 --- a/crypto/x509/x509_trs.c +++ b/crypto/x509/x509_trs.c @@ -227,7 +227,7 @@ int X509_TRUST_get_trust(X509_TRUST *xp) static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags) { if(x->aux) return obj_trust(trust->arg1, x, flags); - /* we don't have any trust settings: for compatability + /* we don't have any trust settings: for compatibility * we return trusted if it is self signed */ X509_check_purpose(x, -1, 0);