X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Fsslcertstructs.h;h=9f935096323d0d40b2b3db3449bd2eea398164f9;hp=1b5bb43c4cbcc9caf7d5d256e339646a7fb715f5;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=87b1ab30b0f67dfa0457f9e946757d83cfb25106 diff --git a/source/common/sslcertstructs.h b/source/common/sslcertstructs.h index 1b5bb43..9f93509 100644 --- a/source/common/sslcertstructs.h +++ b/source/common/sslcertstructs.h @@ -16,11 +16,12 @@ // You should have received a copy of the GNU General Public License along // with Xestia Address Book. If not, see -#include - #ifndef __COMMON_SSLCERTSTRUCTS_H__ #define __COMMON_SSLCERTSTRUCTS_H__ +#include +#include +#include struct SSLCertData{ @@ -32,9 +33,22 @@ struct SSLCertCollection{ int SuccessCode = 0; - //std::map SSLCollection; std::map SSLCollection; }; +struct SSLCertDataString{ + + std::multimap CertData; + +}; + +struct SSLCertCollectionString{ + + int SuccessCode = 0; + + std::map SSLCollection; + +}; + #endif \ No newline at end of file