aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-12-10 21:37:30 -0800
committerPaul Eggert2013-12-10 21:37:30 -0800
commita8f9bc05c344ec9b9e0dee5499ce0b1427cbfea6 (patch)
tree41f158f310130e87e01a650a5e34e2c6d52d20d9 /ChangeLog
parentbb8097b96b074e55ff05dc379b394dbdbdc82f3e (diff)
downloademacs-a8f9bc05c344ec9b9e0dee5499ce0b1427cbfea6.tar.gz
emacs-a8f9bc05c344ec9b9e0dee5499ce0b1427cbfea6.zip
Remove the option of using libcrypto.
This scorches the earth and waits for spring; see Ted Zlatanov and Stefan Monnier in <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>. * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove. Do not say whether Emacs is configured to use a crypto library, since it's no longer an option. (gl_CRYPTO_CHECK): Define a dummy. * lib/gl_openssl.h, m4/gl-openssl.m4: Remove. * admin/merge-gnulib: Remove lib/gl_openssh.h and m4/gl-openssl.m4. * src/Makefile.in (LIB_CRYPTO): Remove. (LIBES): Don't use it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e5f084210f..787b590f098 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
12013-12-11 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove the option of using libcrypto.
4 This scorches the earth and waits for spring;
5 see Ted Zlatanov and Stefan Monnier in
6 <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>.
7 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
8 Do not say whether Emacs is configured to use a crypto library,
9 since it's no longer an option.
10 (gl_CRYPTO_CHECK): Define a dummy.
11 * lib/gl_openssl.h, m4/gl-openssl.m4: Remove.
12
12013-12-10 Paul Eggert <eggert@cs.ucla.edu> 132013-12-10 Paul Eggert <eggert@cs.ucla.edu>
2 14
3 * configure.ac: Disable libcrypto by default. 15 * configure.ac: Disable libcrypto by default.