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/lib/libcrypto/arch/sparc cryptli...



details:   https://anonhg.NetBSD.org/src/rev/851360bd6609
branches:  trunk
changeset: 746128:851360bd6609
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 22 17:35:29 2020 +0000

description:
cryptlib header moved

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparccap.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r 645a9b4c4c63 -r 851360bd6609 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparccap.c
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparccap.c   Sun Mar 22 17:33:58 2020 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparccap.c   Sun Mar 22 17:35:29 2020 +0000
@@ -1,5 +1,5 @@
 #include "e_os.h"
-#include "internal/cryptlib_int.h"
+#include "crypto/cryptlib.h"
 
 uint32_t OPENSSL_rdtsc(void)
 {



Home | Main Index | Thread Index | Old Index