From 5313d2d78ca150515f7f5eb39801c100690b6b29 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Fri, 1 Nov 2013 13:32:07 +0100 Subject: Imported Upstream version 5.1.1 --- scripts/pubkey_speed.c | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'scripts/pubkey_speed.c') diff --git a/scripts/pubkey_speed.c b/scripts/pubkey_speed.c index ba3ad1f5e..f7e75162a 100644 --- a/scripts/pubkey_speed.c +++ b/scripts/pubkey_speed.c @@ -1,3 +1,17 @@ +/* + * Copyright (C) 2009 Martin Willi + * Hochschule fuer Technik Rapperswil + * + * This program 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 of the License, or (at your + * option) any later version. See . + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + */ #include #include @@ -21,7 +35,7 @@ double end_timing(struct timespec *start) static void usage() { - printf("usage: pubkey_speed plugins rsa|ecdsa rounds\n"); + printf("usage: pubkey_speed plugins rsa|ecdsa rounds < key\n"); exit(1); } @@ -138,4 +152,3 @@ int main(int argc, char *argv[]) free(sigs); return 0; } - -- cgit v1.2.3