Daniel Kahn Gillmor <[EMAIL PROTECTED]> writes: > Hey folks-- > > Just learning my way around the GnuTLS codebase, and stumbled across > what looks like a think-o in the documentation. Hopefully this the > correct fix.
Thanks, applied. /Simon > [0 [EMAIL PROTECTED] lib]$ git diff | cat > diff --git a/lib/x509/x509.c b/lib/x509/x509.c > index a60e909..19e53ce 100644 > --- a/lib/x509/x509.c > +++ b/lib/x509/x509.c > @@ -2502,7 +2502,7 @@ gnutls_x509_crt_get_key_purpose_oid (gnutls_x509_crt_t > cert, > * @m: will hold the modulus > * @e: will hold the public exponent > * > - * This function will export the RSA private key's parameters found in the > given > + * This function will export the RSA public key's parameters found in the > given > * structure. The new parameters will be allocated using > * gnutls_malloc() and will be stored in the appropriate datum. > * > [0 [EMAIL PROTECTED] lib]$ > > Full copyright assignment to the FSF of this amazing patch is fine > with me ;) > > Thanks for the great tool! > > Regards, > > --dkg > _______________________________________________ > Help-gnutls mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-gnutls _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
