Add Tramp distrobox method
[emacs.git] / m4 / sha256.m4
blobad5596a488f48dbf833870c229a9f4683f3d5cbb
1 # sha256.m4
2 # serial 8
3 dnl Copyright (C) 2005, 2008-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 AC_DEFUN([gl_SHA256],
10   dnl Prerequisites of lib/sha256.c.
11   AC_REQUIRE([gl_BIGENDIAN])
13   dnl Determine HAVE_OPENSSL_SHA256 and LIB_CRYPTO
14   gl_CRYPTO_CHECK([SHA256])