diff options
author | Guy Harris <guy@alum.mit.edu> | 2010-07-15 02:07:16 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2010-07-15 02:07:16 +0000 |
commit | cc3540b0fbdd25619087c52c6e026827b9911347 (patch) | |
tree | 57a489332b4e4693a73fa7de09672b2b5f178b14 /version_info.h | |
parent | e10147fb73f29185353af69bf969fbfe7634198c (diff) | |
download | wireshark-cc3540b0fbdd25619087c52c6e026827b9911347.tar.gz wireshark-cc3540b0fbdd25619087c52c6e026827b9911347.tar.bz2 wireshark-cc3540b0fbdd25619087c52c6e026827b9911347.zip |
Move the code to get version information for libraries used by
libwireshark into libwireshark, and call it only in programs linked with
libwireshark. That way, programs that don't link with libwireshark
don't have to link with libgcrypt or libgnutls solely so that they can
say that they're linked with a particular version of libgcrypt or
libgnutls.
Don't link dumpcap with libgcrypt or libgnutls any more.
svn path=/trunk/; revision=33531
Diffstat (limited to 'version_info.h')
-rw-r--r-- | version_info.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/version_info.h b/version_info.h index d002b7805d..71638f98d1 100644 --- a/version_info.h +++ b/version_info.h @@ -48,12 +48,6 @@ void get_compiled_version_info(GString *str, void (*additional_info)(GString *)); /* - * Get compile-time information used only by applications that use - * libwireshark. - */ -void get_epan_compiled_version_info(GString *str); - -/* * Get various library run-time versions, and the OS version, and append * them to the specified GString. */ |