diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2013-11-12 12:46:10 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2013-11-27 11:41:42 +0100 |
commit | 21d4cd5acdc6dc88b339724f484cec1521c8be46 (patch) | |
tree | 8fa5c75bacade8a98de2541e2906abff8df8c5e5 /lib/Makefile.am | |
parent | f965513341aa5fc5c40c8711cfea3d3fe9dfe5d0 (diff) | |
download | gnutls-21d4cd5acdc6dc88b339724f484cec1521c8be46.tar.gz |
Updated FIPS140 initialization and added a self test for it.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 62deb9b6df..f851f4af28 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -132,6 +132,10 @@ if NEEDS_LIBRT thirdparty_libadd += $(LTLIBRT) endif +if ENABLE_FIPS140 +thirdparty_libadd += $(FIPS140_LIBS) +endif + if ENABLE_OPENPGP libgnutls_la_LIBADD += openpgp/libgnutls_openpgp.la libgnutls_la_LIBADD += opencdk/libminiopencdk.la |