diff options
author | Werner Koch <[email protected]> | 2011-07-20 14:40:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-07-20 14:41:25 +0000 |
commit | 69f8a7f15d5848c2140f34d26cb4e55aead39c04 (patch) | |
tree | c30c79bc11d5cec264f79541614948c32942c186 /common/Makefile.am | |
parent | Print decoded S2K count in --list-packets mode. (diff) | |
download | gnupg-69f8a7f15d5848c2140f34d26cb4e55aead39c04.tar.gz gnupg-69f8a7f15d5848c2140f34d26cb4e55aead39c04.zip |
New functions to compute an ssh style fingerprint.
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 5d7f22496..555d0881d 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -91,6 +91,7 @@ common_sources = \ session-env.c session-env.h \ userids.c userids.h \ openpgp-oid.c \ + ssh-utils.c ssh-utils.h \ helpfile.c # To make the code easier to read we have split home some code into @@ -161,7 +162,7 @@ if HAVE_W32_SYSTEM jnlib_tests += t-w32-reg endif module_tests = t-convert t-percent t-gettime t-sysutils t-sexputil \ - t-session-env t-openpgp-oid + t-session-env t-openpgp-oid t-ssh-utils if !HAVE_W32CE_SYSTEM module_tests += t-exechelp endif @@ -194,3 +195,4 @@ t_b64_LDADD = $(t_common_ldadd) t_exechelp_LDADD = $(t_common_ldadd) t_session_env_LDADD = $(t_common_ldadd) t_openpgp_oid_LDADD = $(t_common_ldadd) +t_ssh_utils_LDADD = $(t_common_ldadd) |