Skip to content
  • Daiki Ueno's avatar
    global: define entry point of libgnutls when called as executable · 4e8b9a35
    Daiki Ueno authored
    
    
    This defines the entry point of the library, which prints the library
    information when called as executable:
    
      $ lib/.libs/libgnutls.so.30.30.0
      GnuTLS 3.7.2
      Copyright (C) 2000-2021 Free Software Foundation, Inc.
      This is free software; see the source for copying conditions.
      There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
      PARTICULAR PURPOSE.
    
      Library configuration:
        fips-module-name: ...
        libnettle-soname: libnettle.so.8
        libhogweed-soname: libhogweed.so.6
        libgmp-soname: libgmp.so.10
    
      Please send bug reports to: bugs@gnutls.org
    
    Signed-off-by: Daiki Ueno's avatarDaiki Ueno <ueno@gnu.org>
    4e8b9a35