artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d725995
)
bn_mod_exp.c doesn't need <string.h>
author
tb
<tb@openbsd.org>
Mon, 5 Dec 2022 00:24:44 +0000
(
00:24
+0000)
committer
tb
<tb@openbsd.org>
Mon, 5 Dec 2022 00:24:44 +0000
(
00:24
+0000)
regress/lib/libcrypto/bn/bn_mod_exp.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/bn/bn_mod_exp.c
b/regress/lib/libcrypto/bn/bn_mod_exp.c
index
bab6ad4
..
b4c84a0
100644
(file)
--- a/
regress/lib/libcrypto/bn/bn_mod_exp.c
+++ b/
regress/lib/libcrypto/bn/bn_mod_exp.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bn_mod_exp.c,v 1.
9 2022/12/03 09:44:52 tb Exp $
*/
+/* $OpenBSD: bn_mod_exp.c,v 1.
10 2022/12/05 00:24:44 tb Exp $
*/
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-58,7
+58,6
@@
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include <openssl/bn.h>
#include <openssl/err.h>