auxiliary cryptoconditions

This commit is contained in:
Scott Sadler
2018-02-06 18:37:08 -03:00
parent 63d3e4aab1
commit 6e821110fd
3 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
/*
* Method stub for aux conditions. Unimplemented, thus fails if an aux condition is encountered.
*/
int komodoCCAux(CC *cond, void *context) {
return 0;
}