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/include/internal Remove unused l...



details:   https://anonhg.NetBSD.org/src/rev/f3226f69104a
branches:  trunk
changeset: 376646:f3226f69104a
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jun 27 07:27:31 2023 +0000

description:
Remove unused leftovers from earlier versions

diffstat:

 crypto/external/bsd/openssl/include/internal/bn_conf.h  |  32 -----------------
 crypto/external/bsd/openssl/include/internal/dso_conf.h |  17 ---------
 2 files changed, 0 insertions(+), 49 deletions(-)

diffs (57 lines):

diff -r 907b496c6d87 -r f3226f69104a crypto/external/bsd/openssl/include/internal/bn_conf.h
--- a/crypto/external/bsd/openssl/include/internal/bn_conf.h    Tue Jun 27 07:25:55 2023 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-/* WARNING: do not edit! */
-/* Generated by Makefile from crypto/include/internal/bn_conf.h.in */
-/*
- * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
- *
- * Licensed under the OpenSSL license (the "License").  You may not use
- * this file except in compliance with the License.  You can obtain a copy
- * in the file LICENSE in the source distribution or at
- * https://www.openssl.org/source/license.html
- */
-
-#ifndef HEADER_BN_CONF_H
-# define HEADER_BN_CONF_H
-
-/*
- * The contents of this file are not used in the UEFI build, as
- * both 32-bit and 64-bit builds are supported from a single run
- * of the Configure script.
- */
-
-/* Should we define BN_DIV2W here? */
-
-/* Only one for the following should be defined */
-#if _LP64
-# define SIXTY_FOUR_BIT_LONG
-#elif _ILP64
-# define SIXTY_FOUR_BIT
-#else
-# define THIRTY_TWO_BIT
-#endif
-
-#endif
diff -r 907b496c6d87 -r f3226f69104a crypto/external/bsd/openssl/include/internal/dso_conf.h
--- a/crypto/external/bsd/openssl/include/internal/dso_conf.h   Tue Jun 27 07:25:55 2023 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-/* WARNING: do not edit! */
-/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
-/*
- * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
- *
- * Licensed under the OpenSSL license (the "License").  You may not use
- * this file except in compliance with the License.  You can obtain a copy
- * in the file LICENSE in the source distribution or at
- * https://www.openssl.org/source/license.html
- */
-
-#ifndef HEADER_DSO_CONF_H
-# define HEADER_DSO_CONF_H
-
-# define DSO_EXTENSION ".so"
-
-#endif



Home | Main Index | Thread Index | Old Index