summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-06-21 09:27:48 +1000
committerPauli <paul.dale@oracle.com>2019-06-21 10:03:55 +1000
commit32ee452496f8cf4558d645f9db908b09df919f04 (patch)
tree0fa688bcaff971eb4124f6142c5e4ef08482c2bb /Configurations
parent2d905f6715453034d1f942a0237b0d2b9d57326c (diff)
Remove OPENSSL_memcmp.
After avoiding OPENSSL_memcmp for EC curve comparison, there are no remaining uses in the source code. The function is only defined in an internal header and thus should be safe to remove for 3.0.0. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/9207)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/unix-Makefile.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index ce93a4ed1c..52eeaa9a76 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -804,7 +804,6 @@ errors:
our @cryptoheaders =
qw( include/internal/dso.h
include/internal/o_dir.h
- include/internal/o_str.h
include/internal/err.h
include/internal/sslconf.h );
our @cryptoskipheaders = ( @sslheaders,