Compile fix
authorLuke Howard <lukeh@padl.com>
Wed, 8 Sep 2010 17:58:37 +0000 (19:58 +0200)
committerLuke Howard <lukeh@padl.com>
Wed, 8 Sep 2010 17:58:37 +0000 (19:58 +0200)
mech_eap/wrap_iov.c

index 754eb0f..93888fe 100644 (file)
@@ -277,7 +277,8 @@ gssEapWrapOrGetMIC(OM_uint32 *minor,
     } else if (toktype == TOK_TYPE_MIC) {
         trailer = NULL;
         goto wrap_with_checksum;
-    } else if (toktype == TOK_TYPE_DELETE) {
+    } else if (toktype == TOK_TYPE_DELETE_CONTEXT) {
+        trailer = NULL;
         goto wrap_with_checksum;
     } else {
         abort();