diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2023-06-26 22:56:52 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2023-06-26 22:56:52 +0000 |
| commit | b6a943f7197af1a5eb6bb028b9b808ec5016e30c (patch) | |
| tree | cfbb91e940dd89d0e1d46095f43c228d7d079fa0 /include/NTMakefile | |
| parent | 6f4e10db3298f6d65e1e646fe52aaafc3682b788 (diff) | |
heimdal: Vendor import f62e2f278vendor/heimdal/7.8.0-2023-06-10-f62e2f278vendor/heimdal
Heimdal 7.8.0 does not support OpenSSL 3.0. 7.9.0 will but it hasn't
been released yet. We are importing f62e2f278 for its OpenSSL 3.0
support.
Diffstat (limited to 'include/NTMakefile')
| -rw-r--r-- | include/NTMakefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/NTMakefile b/include/NTMakefile index e494687d4c42..8308d6e37148 100644 --- a/include/NTMakefile +++ b/include/NTMakefile @@ -40,6 +40,7 @@ SUBDIRS=kadm5 hcrypto gssapi INCFILES= \ $(INCDIR)\config.h \ $(INCDIR)\crypto-headers.h \ + $(INCDIR)\heimqueue.h \ $(INCDIR)\heim_threads.h \ $(INCDIR)\krb5-types.h \ $(INCDIR)\version.h @@ -110,8 +111,8 @@ while(<>) { $(INCDIR)\version.h: ..\windows\NTMakefile.version NTMakefile $(CP) << $@ -const char *heimdal_long_version = "@(#)$$Version: $(VER_PACKAGE_NAME) $(VER_PACKAGE_VERSION) by $(USERNAME) on $(COMPUTERNAME) ($(CPU)-pc-windows) $$"; -const char *heimdal_version = "$(VER_PACKAGE_NAME) $(VER_PACKAGE_VERSION)"; +const char *const heimdal_long_version = "@(#)$$Version: $(VER_PACKAGE_NAME) $(VER_PACKAGE_VERSION) by $(USERNAME) on $(COMPUTERNAME) ($(CPU)-pc-windows) $$"; +const char *const heimdal_version = "$(VER_PACKAGE_NAME) $(VER_PACKAGE_VERSION)"; << all:: $(INCFILES) |
