fix SunCC compile
parent
df3d51172b
commit
00c10ca018
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
|
|
||||||
// prevent Sun's CC compiler from including this file automatically
|
#ifndef CRYPTOPP_ALGEBRA_CPP // SunCC workaround: compiler could cause this file to be included twice
|
||||||
#if !defined(__SUNPRO_CC) || defined(CRYPTOPP_MANUALLY_INSTANTIATE_TEMPLATES)
|
#define CRYPTOPP_ALGEBRA_CPP
|
||||||
|
|
||||||
#include "algebra.h"
|
#include "algebra.h"
|
||||||
#include "integer.h"
|
#include "integer.h"
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
|
|
||||||
// prevent Sun's CC compiler from including this file automatically
|
#ifndef CRYPTOPP_PKCSPAD_CPP // SunCC workaround: compiler could cause this file to be included twice
|
||||||
#if !defined(__SUNPRO_CC) || defined(CRYPTOPP_MANUALLY_INSTANTIATE_TEMPLATES)
|
#define CRYPTOPP_PKCSPAD_CPP
|
||||||
|
|
||||||
#include "pkcspad.h"
|
#include "pkcspad.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue