Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto openssl: Omit needle...



details:   https://anonhg.NetBSD.org/src/rev/31fea65664b5
branches:  trunk
changeset: 374055:31fea65664b5
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Mar 29 10:19:39 2023 +0000

description:
openssl: Omit needless #include <inttypes.h> in mem_clr.c.

This was needed back when the file was patched locally to cast a
pointer to intptr_t rather than to int, but that code is now gone and
the include is no longer necessary.  So let's reduce the local diff
by omitting this unnecessary change.

diffstat:

 crypto/external/bsd/openssl/dist/crypto/mem_clr.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r f1314c3d6d79 -r 31fea65664b5 crypto/external/bsd/openssl/dist/crypto/mem_clr.c
--- a/crypto/external/bsd/openssl/dist/crypto/mem_clr.c Wed Mar 29 10:18:50 2023 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/mem_clr.c Wed Mar 29 10:19:39 2023 +0000
@@ -9,7 +9,6 @@
 
 #include <string.h>
 #include <openssl/crypto.h>
-#include <inttypes.h>
 
 /*
  * Pointer to memset is volatile so that compiler must de-reference



Home | Main Index | Thread Index | Old Index