mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
uru4000: Use OpenSSL to perform AES-ECB encryption
Drop usage of NSS library now that openssl >= 3.0 has not anymore any license incompatibility. OpenSSL will provide us a better ground for further developments and it's also the preferred crypto library by most distros these days
This commit is contained in:
committed by
Marco Trevisan
parent
7a60912b61
commit
133eaab061
@@ -1,2 +1,2 @@
|
||||
variables:
|
||||
LIBFPRINT_IMAGE_TAG: v3
|
||||
LIBFPRINT_IMAGE_TAG: v4
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
libX11-devel
|
||||
libXv-devel
|
||||
meson
|
||||
nss-devel
|
||||
openssl-devel
|
||||
pixman-devel
|
||||
python3-cairo
|
||||
python3-gobject
|
||||
@@ -40,7 +40,7 @@
|
||||
glibc \
|
||||
libgusb \
|
||||
libusb \
|
||||
nss \
|
||||
openssl \
|
||||
pixman
|
||||
|
||||
git clone https://github.com/martinpitt/umockdev.git && \
|
||||
|
||||
Reference in New Issue
Block a user