mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
8 lines
164 B
C
8 lines
164 B
C
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <pkcs11-helper-1.0/pkcs11h-core.h>
|
||
|
|
||
|
int main() {
|
||
|
printf("Version: %08x", pkcs11h_getVersion ());
|
||
|
return 0;
|
||
|
}
|