this repo has no description
at fixPythonPipStalling 16 lines 523 B view raw
1#include <ACMLib.h> 2 3ACMContextRef ACMContextCreateWithExternalForm(const void *externalForm, size_t dataLength) { 4 printf("STUB %s\n", __PRETTY_FUNCTION__); 5 return NULL; 6} 7 8ACMStatus ACMContextDelete(ACMContextRef context, bool destroyContext) { 9 printf("STUB %s\n", __PRETTY_FUNCTION__); 10 return -1; 11} 12 13ACMStatus ACMContextRemovePassphraseCredentialsByPurposeAndScope(const ACMContextRef context, ACMPassphrasePurpose purpose, ACMScope scope) { 14 printf("STUB %s\n", __PRETTY_FUNCTION__); 15 return -1; 16}