lib/asn1: build static runtime version of libasn1 on Windows
commit42ad8b4c55117523e08040033bcc3b150d6a16a7
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 5 Jan 2022 18:10:56 +0000 (5 13:10 -0500)
committerNico Williams <nico@cryptonector.com>
Wed, 5 Jan 2022 18:58:48 +0000 (5 12:58 -0600)
tree469df0280420e999ca55a302c3165f87f055bb79
parent6694f98791080d6415ccbb3c075d19e9803feb27
lib/asn1: build static runtime version of libasn1 on Windows

This commit builds a static runtime version of the asn1 library
which is required for some thirdparty applications.

  LIBASN1_S   =$(LIBDIR)\libasn1_s.lib

This differs from libasn1.lib which is compiled to use the
dynamic runtime.

Change-Id: Ib04f5b53a7f16d7bbe9d2debb75e944322a6792a
lib/asn1/NTMakefile
windows/NTMakefile.w32