diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-03-07 22:36:16 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-03-08 16:07:06 +0100 |
commit | 7abf2a8b2c9d2254658234b630a46d56f3c6b0d0 (patch) | |
tree | 933c75680b622e08de62c157e06ae3ac412928cf /lib/Makefile.am | |
parent | 6dfcecba0bd42c167c85f865344346811d507dac (diff) | |
download | gnutls-7abf2a8b2c9d2254658234b630a46d56f3c6b0d0.tar.gz |
Added openpgp stub file
That allows disabling openpgp authentication and at the same time
retaining ABI compatibility with versions including openpgp.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 560e11e3ab..575683f2e0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -84,7 +84,7 @@ COBJECTS = range.c record.c compress.c debug.c cipher.c \ system_override.c crypto-backend.c verify-tofu.c pin.c tpm.c fips.c \ safe-memfuncs.c system/inet_pton.c atfork.c atfork.h randomart.c \ system-keys.h urls.c urls.h prf.c auto-verify.c dh-session.c \ - cert-session.c handshake-checks.c dtls-sw.c dh-primes.c + cert-session.c handshake-checks.c dtls-sw.c dh-primes.c openpgp_compat.c if WINDOWS COBJECTS += system/keys-win.c |