aboutsummaryrefslogtreecommitdiff
path: root/lib/krb5/derived-key-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/krb5/derived-key-test.c')
-rw-r--r--lib/krb5/derived-key-test.c26
1 files changed, 12 insertions, 14 deletions
diff --git a/lib/krb5/derived-key-test.c b/lib/krb5/derived-key-test.c
index debadb8bb956..a67c95a54cb6 100644
--- a/lib/krb5/derived-key-test.c
+++ b/lib/krb5/derived-key-test.c
@@ -1,18 +1,18 @@
/*
- * Copyright (c) 2001 Kungliga Tekniska Högskolan
- * (Royal Institute of Technology, Stockholm, Sweden).
- * All rights reserved.
+ * Copyright (c) 2001 Kungliga Tekniska Högskolan
+ * (Royal Institute of Technology, Stockholm, Sweden).
+ * All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
*
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
*
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
*
* 3. Neither the name of KTH nor the names of its contributors may be
* used to endorse or promote products derived from this software without
@@ -33,8 +33,6 @@
#include "krb5_locl.h"
#include <err.h>
-RCSID("$Id: derived-key-test.c 16342 2005-12-02 14:14:43Z lha $");
-
enum { MAXSIZE = 24 };
static struct testcase {
@@ -77,7 +75,7 @@ static struct testcase {
{0}
};
-int KRB5_LIB_FUNCTION
+int
main(int argc, char **argv)
{
struct testcase *t;