fix
[oweals/gnunet.git] / src / util / test_crypto_aes.c
index f876e417592feddf85713b668639814204e714d6..f202275ec22ae388c0b34add46e1ef94e480a5e8 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
@@ -52,7 +52,7 @@ testSymcipher ()
     }
   size = GNUNET_CRYPTO_aes_decrypt (result, size,
                                     &key,
-                                   (const struct
+                                    (const struct
                                      GNUNET_CRYPTO_AesInitializationVector *)
                                     INITVALUE, res);
   if (strlen (TESTSTRING) + 1 != size)
@@ -134,7 +134,7 @@ verifyCrypto ()
       GNUNET_CRYPTO_aes_decrypt (result,
                                  GNUNET_CRYPTO_AES_KEY_LENGTH,
                                  &key,
-                                (const struct
+                                 (const struct
                                   GNUNET_CRYPTO_AesInitializationVector *)
                                  "testtesttesttest", res))
     {