History log of /netbsd/crypto/external/bsd/openssl/lib/libcrypto/Makefile (Results 1 – 25 of 33)
Revision Date Author Comments
# b0fa68b8 27-May-2023 hgutch <hgutch@NetBSD.org>

Explicitly run openssl's "gen" script in a shell

The script has permissions 755 in the repo but ends up with permissions
644 in the source sets, therefore we cannot invoke it simply as
path/to/gen .


# f180ddf8 25-May-2023 riastradh <riastradh@NetBSD.org>

openssl: Consolidate new CWARNFLAGS.clang stuff in Makefile.openssl.


# 78c28b0e 25-May-2023 riastradh <riastradh@NetBSD.org>

openssl: Suppress clang warnings for using string literals as char *.

Not sure this is actually forbidden by the C standard. There may be
bugs lurking here, but OpenSSL uses this extensively, so le

openssl: Suppress clang warnings for using string literals as char *.

Not sure this is actually forbidden by the C standard. There may be
bugs lurking here, but OpenSSL uses this extensively, so let's just
get the build going again.

show more ...


# efe145e4 25-May-2023 riastradh <riastradh@NetBSD.org>

openssl: Nix trailing whitespace in build goo.

No functional change intended.


# 827c50a2 23-May-2023 christos <christos@NetBSD.org>

centralie warnings


# 2457380f 17-May-2023 christos <christos@NetBSD.org>

add missing assembly stub macro, remove WARNS=0


# 819299af 09-May-2023 christos <christos@NetBSD.org>

make things build again.


# 1eccb7ed 08-May-2023 christos <christos@NetBSD.org>

put back ssl.h in libcrypto it is also in libssl


# a5d3fcfb 07-May-2023 christos <christos@NetBSD.org>

misc cleanups


# 728cf8e9 06-May-2023 christos <christos@NetBSD.org>

move the generator script here.


# 04f361ab 06-May-2023 christos <christos@NetBSD.org>

checkpoint


# 8d736375 15-Apr-2022 rillig <rillig@NetBSD.org>

libcrypto: remove lint hack for __int128

That hack was added in March 2018, a few months before lint could handle
int128_t in September 2018.


# 6a949b57 15-Apr-2022 rillig <rillig@NetBSD.org>

libcrypto: suppress a few unneeded lint warnings


# 918c74ea 11-Nov-2019 joerg <joerg@NetBSD.org>

Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)


# 21d958b4 06-Oct-2018 christos <christos@NetBSD.org>

disable another clang warning


# 9959ca1e 27-Sep-2018 christos <christos@NetBSD.org>

Remove debugging accidentally left in! Noticed by Tobias Ulmer


# e7ccb6d1 23-Sep-2018 christos <christos@NetBSD.org>

merge conflicts


# 3afa6631 06-Apr-2018 christos <christos@NetBSD.org>

merge conflicts


# 58a1e114 04-Mar-2018 christos <christos@NetBSD.org>

hack for lint


# 15944dcc 08-Feb-2018 christos <christos@NetBSD.org>

fix the man pages, add a linker script


# 68b55396 08-Feb-2018 christos <christos@NetBSD.org>

update build glue


# fcd56365 14-Oct-2016 spz <spz@NetBSD.org>

periphereal updates and generated files for the new openssl.
Expect at least one more commit until the tree builds again.


# 51d5e58e 13-Apr-2016 christos <christos@NetBSD.org>

Don't die on RC5 warning


# 9f932111 22-Mar-2015 martin <martin@NetBSD.org>

Back -O3 optimization out for now - it did not fix the performance
differences to pkgsrc we see, but causes runtime fallout on e.g. sparc64
(just running "openssl" crashes with a SEGFAULT).


# 9d23b8bc 17-Mar-2015 martin <martin@NetBSD.org>

Compile libcrypto with -O3


12