Split up GCM into a start/update/finish cycle
diff --git a/tests/scripts/gen_gcm_encrypt.pl b/tests/scripts/gen_gcm_encrypt.pl
index de179a9..8adbbce 100755
--- a/tests/scripts/gen_gcm_encrypt.pl
+++ b/tests/scripts/gen_gcm_encrypt.pl
@@ -74,4 +74,8 @@
         print("\n\n");
     }
 }
+
+print("GCM Selftest\n");
+print("gcm_selftest:\n\n");
+
 close(TEST_DATA);