summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorSamuel Lidén Borell <samuel@slbdata.se>2011-01-10 09:03:12 +0100
committerSamuel Lidén Borell <samuel@slbdata.se>2011-01-10 09:03:12 +0100
commit26fe586da1775ff89e756cb617b345d48c2aaa1a (patch)
tree6ff819461749b3996d91b4dd7e0950327301019f /common
parent935500ace7d2ee844534feb724047ccb8d6286e6 (diff)
downloadfribid-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.h2
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