[Heimdal-source-changes] [heimdal/heimdal] e757ff: lib/hx509: declare and apply HX509_LIB_xxx macros

GitHub noreply at github.com
Ons Jan 2 15:18:02 CET 2019


  Branch: refs/heads/jaltman/win32-noreturn
  Home:   https://github.com/heimdal/heimdal
  Commit: e757ffff3fe58257f9d786a2ad213936851f0c11
      https://github.com/heimdal/heimdal/commit/e757ffff3fe58257f9d786a2ad213936851f0c11
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2019-01-02 (Wed, 02 Jan 2019)

  Changed paths:
    M include/config.h.w32
    M lib/hx509/NTMakefile
    M lib/hx509/ca.c
    M lib/hx509/cert.c
    M lib/hx509/cms.c
    M lib/hx509/collector.c
    M lib/hx509/crypto-ec.c
    M lib/hx509/crypto.c
    M lib/hx509/env.c
    M lib/hx509/error.c
    M lib/hx509/file.c
    M lib/hx509/keyset.c
    M lib/hx509/ks_dir.c
    M lib/hx509/ks_file.c
    M lib/hx509/ks_keychain.c
    M lib/hx509/ks_mem.c
    M lib/hx509/ks_null.c
    M lib/hx509/ks_p11.c
    M lib/hx509/ks_p12.c
    M lib/hx509/lock.c
    M lib/hx509/name.c
    M lib/hx509/peer.c
    M lib/hx509/print.c
    M lib/hx509/req.c
    M lib/hx509/revoke.c
    M lib/hx509/sel.c

  Log Message:
  -----------
  lib/hx509: declare and apply HX509_LIB_xxx macros

libhx509 is not built according to the same export and calling conventions
on Windows as the other libraries.  This change declares and applies
HX509_LIB_FUNCTION, HX509_LIB_NORETURN_FUNCTION, HX509_LIB_CALL and
HX509_LIB_VARIABLE to lib/hx509.

As a result of this change the calling convention for exported functions
will be __stdcall instead of __cdecl.

Change-Id: Ibc3f05e8088030ef7d13798f1d9c9b190bc57797



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Heimdal-source-changes mailing list