]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 1 Dec 2002 21:55:46 +0000 (21:55 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 1 Dec 2002 21:55:46 +0000 (21:55 +0000)
doc/TODO
lib/gnutls_dh_primes.c

index a3820e770b27a9e5b4a2eb53b166a8911951f2b9..1f2ffca5b07d256320e006603d3e55908a7c9c7e 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -4,8 +4,6 @@ in order to avoid having people working on the same thing.
 
 Current list:
 + Add ability to read PKCS-12 structures (certificate and private key)
-* Add more functions to parse DER encoded private keys
-* Add option to read the SRP parameters using a callback (server side)
 * Convert documentation to texinfo format
 * Add support for certificate CRLs in certificate verification
 * Audit the code
index 9eda4176925fa1b678800d6fb11fca712c8acda7..f9c66b19fdb95a0fe540e8fbfd5b64a08ee1e985 100644 (file)
@@ -450,8 +450,8 @@ int _gnutls_get_rnd_srp_params(gnutls_datum *g, gnutls_datum* p, int bits)
 
        if (g->data == NULL || p->data == NULL) {
                gnutls_assert();
-               gnutls_free_datum(&g);
-               gnutls_free_datum(&p);
+               gnutls_free_datum(g);
+               gnutls_free_datum(p);
                return GNUTLS_E_INTERNAL_ERROR;
        }