]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 12 Mar 2003 21:57:46 +0000 (21:57 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 12 Mar 2003 21:57:46 +0000 (21:57 +0000)
NEWS
libextra/gnutls_srp.c

diff --git a/NEWS b/NEWS
index fd1e5267c3e348aff482f6d58a36cc2e7a89cdcc..724948de2c7d5a2447074450704150f59c1cc1fb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 0.9.1
+Version 0.9.1 (12/03/2003)
 - Corrected a bug in 64 bit architectures, which affected the
   serial number calculation in the record layer.
 - Added gnutls_certificate_free_keys() which deletes all the
index 26dbdd26d07530ea3bedac9a44343c3c5f04112a..f8e77788376b8c82025f369771908310f89523af 100644 (file)
@@ -197,13 +197,15 @@ GNUTLS_MPI _gnutls_calc_srp_S1(GNUTLS_MPI A, GNUTLS_MPI b, GNUTLS_MPI u, GNUTLS_
        _gnutls_mpi_mulm(tmp2, A, tmp1, n);
        _gnutls_mpi_powm(S, tmp2, b, n);
 
-       return S;
-
-       freeall:
        _gnutls_mpi_release(&tmp1);
        _gnutls_mpi_release(&tmp2);
 
-       return NULL;
+       return S;
+
+       freeall:
+               _gnutls_mpi_release(&tmp1);
+               _gnutls_mpi_release(&tmp2);
+               return NULL;
 }
 
 /* A = g^a % N