diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-12-06 13:51:52 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-02-19 15:29:37 +0100 |
commit | 92536334518011245095c352ec368da96dc421f7 (patch) | |
tree | 747a61a60f807ce22011293107284c642dae1d04 /lib/Makefile.am | |
parent | 4c1b177ce1c78d20d7efdab74c9bd0b48e4d19c3 (diff) | |
download | gnutls-92536334518011245095c352ec368da96dc421f7.tar.gz |
ocsp: moved non-extension related functions to ocsp-api.c
That keeps ext/status_response.c clear of items that are
not related with the extension handling.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
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 3b4ae8bda9..16d7cff875 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -80,7 +80,7 @@ COBJECTS = range.c record.c compress.c debug.c cipher.c gthreads.h handshake-tls 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 openpgp_compat.c \ crypto-selftests.c crypto-selftests-pk.c secrets.c extv.c extv.h \ - hello_ext_lib.c hello_ext_lib.h + hello_ext_lib.c hello_ext_lib.h ocsp-api.c if WINDOWS COBJECTS += system/keys-win.c |