Blame nss/lib/util/pkcs11u.h

Packit 40b132
/* This Source Code Form is subject to the terms of the Mozilla Public
Packit 40b132
 * License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 40b132
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Packit 40b132
/*
Packit 40b132
 * Copyright (C) 1994-1999 RSA Security Inc. Licence to copy this document
Packit 40b132
 * is granted provided that it is identified as "RSA Security Inc. Public-Key
Packit 40b132
 * Cryptography Standards (PKCS)" in all material mentioning or referencing
Packit 40b132
 * this document.
Packit 40b132
 */
Packit 40b132
/*
Packit 40b132
 * reset any packing set by pkcs11p.h
Packit 40b132
 */
Packit 40b132
Packit 40b132
#if defined (_WIN32)
Packit 40b132
#ifdef _MSC_VER
Packit 40b132
#pragma warning(disable:4103)
Packit 40b132
#endif
Packit 40b132
#pragma pack(pop, cryptoki)
Packit 40b132
#endif
Packit 40b132