artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab49f7
)
bn_print: string.h is no longer needed
author
tb
<tb@openbsd.org>
Mon, 10 Jul 2023 02:29:28 +0000
(
02:29
+0000)
committer
tb
<tb@openbsd.org>
Mon, 10 Jul 2023 02:29:28 +0000
(
02:29
+0000)
lib/libcrypto/bn/bn_print.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/bn/bn_print.c
b/lib/libcrypto/bn/bn_print.c
index
666bbf4
..
afcb823
100644
(file)
--- a/
lib/libcrypto/bn/bn_print.c
+++ b/
lib/libcrypto/bn/bn_print.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bn_print.c,v 1.4
4 2023/07/09 18:37:5
8 tb Exp $ */
+/* $OpenBSD: bn_print.c,v 1.4
5 2023/07/10 02:29:2
8 tb Exp $ */
/*
* Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
@@
-22,7
+22,6
@@
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
-#include <string.h>
#include <openssl/bio.h>
#include <openssl/bn.h>