X-Git-Url: https://git.eyrie.org/?a=blobdiff_plain;f=tests%2Fdata%2Fpasswords%2Flength.c;h=911887e367abae011cc54bac1ab9a89772241e63;hb=refs%2Ftags%2Fupstream%2F3.2;hp=dc34041fecdd076973f876f4d935b388ee957843;hpb=5675fdbd8b98067829df1de3f4b6aa69cf50b619;p=kerberos%2Fkrb5-strength.git diff --git a/tests/data/passwords/length.c b/tests/data/passwords/length.c index dc34041..911887e 100644 --- a/tests/data/passwords/length.c +++ b/tests/data/passwords/length.c @@ -5,14 +5,17 @@ * for the use in C test programs. To make changes, modify the original * JSON source or (more rarely) the make-c-data script and run it again. * + * Written by Russ Allbery + * Copyright 2020 Russ Allbery * Copyright 2013 * The Board of Trustees of the Leland Stanford Junior University * - * See LICENSE for licensing terms. + * SPDX-License-Identifier: MIT */ #include +extern const struct password_test length_tests[]; const struct password_test length_tests[] = { { @@ -21,6 +24,7 @@ const struct password_test length_tests[] = { "vUCZ2aX$Y.e", KADM5_PASS_Q_TOOSHORT, "Password is too short", + 0, }, { @@ -29,6 +33,7 @@ const struct password_test length_tests[] = { "vUCZ2aX$Y.e1", 0, NULL, + 0, }, { @@ -37,5 +42,6 @@ const struct password_test length_tests[] = { "happenstance", 0, NULL, + 0, }, };