diff options
author | Samuel Lidén Borell <samuel@slbdata.se> | 2011-01-10 09:03:12 +0100 |
---|---|---|
committer | Samuel Lidén Borell <samuel@slbdata.se> | 2011-01-10 09:03:12 +0100 |
commit | 26fe586da1775ff89e756cb617b345d48c2aaa1a (patch) | |
tree | 6ff819461749b3996d91b4dd7e0950327301019f /common | |
parent | 935500ace7d2ee844534feb724047ccb8d6286e6 (diff) | |
download | fribid-26fe586da1775ff89e756cb617b345d48c2aaa1a.tar.gz fribid-26fe586da1775ff89e756cb617b345d48c2aaa1a.tar.bz2 fribid-26fe586da1775ff89e756cb617b345d48c2aaa1a.zip |
Remove the code for multiple CMC objects
Diffstat (limited to 'common')
-rw-r--r-- | common/bidtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bidtypes.h b/common/bidtypes.h index 4d8b0b8..41a9db7 100644 --- a/common/bidtypes.h +++ b/common/bidtypes.h @@ -51,7 +51,7 @@ typedef struct { // TODO password restrictions (MinLen, etc) RegutilPKCS10 *pkcs10; - RegutilCMC *cmc; + RegutilCMC cmc; } RegutilInfo; #endif |