]>
Commit | Line | Data |
---|---|---|
d8f41ccd A |
1 | // |
2 | // Test driver program for cdsa_client library | |
3 | // | |
4 | #include "csptests.h" | |
5 | #include "dltests.h" | |
6 | ||
7 | #include <security_cdsa_client/cssmclient.h> | |
8 | #include <stdio.h> | |
9 | #include <stdlib.h> | |
10 | #include <string.h> | |
11 | #include <unistd.h> | |
12 | ||
13 | using namespace CssmClient; | |
14 | extern "C" void malloc_debug(int); | |
15 | ||
16 | static void usage(); | |
17 | ||
18 | static const char *progname; | |
19 | ||
20 |