diff options
author | Ulf Möller <ulf@openssl.org> | 2000-02-04 00:23:24 +0100 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-02-04 00:23:24 +0100 |
commit | 657e60fa00ddde3618600d6306be913214d30457 (patch) | |
tree | 6ea080becb16ab3d808ec45064b17b7fedb745a2 /crypto/x509/x509_trs.c | |
parent | Document hash functions. (diff) | |
download | openssl-657e60fa00ddde3618600d6306be913214d30457.tar.xz openssl-657e60fa00ddde3618600d6306be913214d30457.zip |
ispell (and minor modifications)
Diffstat (limited to 'crypto/x509/x509_trs.c')
-rw-r--r-- | crypto/x509/x509_trs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |