auxiliary cryptoconditions
This commit is contained in:
8
src/komodo_cryptoconditions.h
Normal file
8
src/komodo_cryptoconditions.h
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user