diff options
Diffstat (limited to 'src/bench_schnorrsig.c')
-rw-r--r-- | src/bench_schnorrsig.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bench_schnorrsig.c b/src/bench_schnorrsig.c index 315f5af28e..f7f591c41d 100644 --- a/src/bench_schnorrsig.c +++ b/src/bench_schnorrsig.c @@ -1,8 +1,8 @@ -/********************************************************************** - * Copyright (c) 2018-2020 Andrew Poelstra, Jonas Nick * - * Distributed under the MIT software license, see the accompanying * - * file COPYING or http://www.opensource.org/licenses/mit-license.php.* - **********************************************************************/ +/*********************************************************************** + * Copyright (c) 2018-2020 Andrew Poelstra, Jonas Nick * + * Distributed under the MIT software license, see the accompanying * + * file COPYING or https://www.opensource.org/licenses/mit-license.php.* + ***********************************************************************/ #include <string.h> #include <stdlib.h> |