diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2009-02-22 22:12:51 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2009-02-22 22:12:51 +0200 |
commit | 1717d6a7e3d9f07f1dd9e7b563eccb218a38651e (patch) | |
tree | cece44434988def0abaea2b55bdf0a60a4adda7c /lib/x509/dn.c | |
parent | c8b1320fed7f1c1a7702cb3ba55367929c8164e3 (diff) | |
download | gnutls-1717d6a7e3d9f07f1dd9e7b563eccb218a38651e.tar.gz |
Added more verbose information.
Diffstat (limited to 'lib/x509/dn.c')
-rw-r--r-- | lib/x509/dn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/x509/dn.c b/lib/x509/dn.c index 79b803227b..922552a064 100644 --- a/lib/x509/dn.c +++ b/lib/x509/dn.c @@ -657,6 +657,7 @@ _gnutls_x509_encode_and_write_attribute (const char *given_oid, if (val_name == NULL) { gnutls_assert (); + _gnutls_x509_log ("Cannot find OID: %s\n", given_oid); return GNUTLS_E_X509_UNSUPPORTED_OID; } |