diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2016-09-03 12:10:41 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2016-09-03 12:10:41 +0000 |
commit | 500c7075229e41c94ba165cb9fd3d21d113ea419 (patch) | |
tree | 289fef6bbac266b02bda558e893df87235b968c1 /lib/libcrypto/ec/ec_lib.c | |
parent | 57ee7b9f0c8755be9faa3815086c7b0c6516a111 (diff) |
remove unused variable
Diffstat (limited to 'lib/libcrypto/ec/ec_lib.c')
-rw-r--r-- | lib/libcrypto/ec/ec_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/ec/ec_lib.c b/lib/libcrypto/ec/ec_lib.c index 4842ff2589d..976091f4c98 100644 --- a/lib/libcrypto/ec/ec_lib.c +++ b/lib/libcrypto/ec/ec_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_lib.c,v 1.21 2016/08/31 10:06:04 beck Exp $ */ +/* $OpenBSD: ec_lib.c,v 1.22 2016/09/03 12:10:40 beck Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ |