00001 00010 #include "DPAndCRLPair.h" 00011 #include "GeneralName.h" 00012 #include "CRL.h" 00013 00019 bool DPAndCRLPair::operator ==(const DPAndCRLPair& dp) 00020 { 00021 return *m_dp == *dp.m_dp; 00022 } 00023