mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
added configure flag --with-python-binding
This commit is contained in:
@@ -7,7 +7,7 @@ int main() {
|
||||
Pcpstream *clear_in, *crypt_out, *clear_out;
|
||||
PCPCTX *ptx;
|
||||
char message[] = "hello world";
|
||||
|
||||
printf("hh: %ld\n", sizeof(UT_hash_handle));
|
||||
/* we always need a context */
|
||||
ptx = ptx_new();
|
||||
|
||||
@@ -15,6 +15,8 @@ int main() {
|
||||
alice = pcpkey_new();
|
||||
bob = pcpkey_new();
|
||||
|
||||
pcpkey_setowner(alice, "alicia", "alicia@local");
|
||||
|
||||
/* get the public parts of them */
|
||||
alicepub = pcpkey_pub_from_secret(alice);
|
||||
bobpub = pcpkey_pub_from_secret(bob);
|
||||
|
||||
Reference in New Issue
Block a user