38 lines
961 B
Plaintext
38 lines
961 B
Plaintext
//+-------------------------------------------------------------------------
|
|
//
|
|
// Copyright (C) Microsoft Corporation 2000
|
|
//
|
|
// File: keylimit.rc
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
#error this file is not editable by Microsoft Visual C++
|
|
#endif //APSTUDIO_INVOKED
|
|
|
|
#include <windows.h>
|
|
#include <cspdk.h>
|
|
#include <ntverp.h>
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Data
|
|
//
|
|
|
|
CRYPT_SIG_RESOURCE_NUMBER RCDATA DISCARDABLE "keylimit.sig"
|
|
CRYPT_MAC_RESOURCE_NUMBER RCDATA DISCARDABLE "keylimit.mac"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version
|
|
//
|
|
|
|
#define VER_INTERNALNAME_STR "keylimit.dll"
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "International Cryptographic Key Size Limits"
|
|
|
|
#include "common.ver"
|
|
|