bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: af_alg: Add ability to use Linux kernel crypto API on data in memory


From: Bruno Haible
Subject: Re: af_alg: Add ability to use Linux kernel crypto API on data in memory
Date: Sun, 06 May 2018 21:00:32 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-119-generic; KDE/5.18.0; x86_64; ; )

Hi Matteo,

> I've checked out latest gnulib, and after double checking that commit
> 761523ddea70f0456b556c09868910686751fff5 was there I ran this:

Please take commit 55efbb1178e045d52b0f52a2160f3d943c4f8a2c plus the patch
from https://lists.gnu.org/archive/html/bug-gnulib/2018-05/msg00035.html.
Then follow these instructions:

$ ./gnulib-tool --create-testdir --dir=testdir --single-configure --symlink 
crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512
$ cd testdir
$ mkdir without; (cd without; ../configure CPPFLAGS=-Wall CFLAGS=-O2 
--without-linux-crypto; make && make check)
$ mkdir with; (cd with; ../configure CPPFLAGS=-Wall CFLAGS=-O2 
--with-linux-crypto; make && make check)

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]