lib/krb5: do not pack ccapi on Apple Silicon
macOS packs ccapi structures to 16 bits on PowerPC and Intel platforms only; no special packing is used on ARM (Apple Silicon). Harmonize so Heimdal is ABI compatible.
This commit is contained in:
		| @@ -38,7 +38,7 @@ | |||||||
|  |  | ||||||
| #include <krb5-types.h> | #include <krb5-types.h> | ||||||
|  |  | ||||||
|  #ifdef __APPLE__ | #if defined(__APPLE__) && (defined(__ppc__) || defined(__ppc64__) || defined(__i386__) || defined(__x86_64__)) | ||||||
| #pragma pack(push,2) | #pragma pack(push,2) | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Luke Howard
					Luke Howard