]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Sun, 15 Aug 2004 22:21:00 +0000 (22:21 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sun, 15 Aug 2004 22:21:00 +0000 (22:21 +0000)
crypto/gc.h

index d1bbb717e09ee346c51e88115fdecc740d085db7..3f912bfc26043055e600c818a7bdf8f4527f7d3e 100644 (file)
@@ -29,6 +29,7 @@
 enum Gc_rc
 {
   GC_OK = 0,
+  GC_MALLOC_ERROR,
   GC_INIT_ERROR,
   GC_INVALID_CIPHER
 };