fixed typo
This commit is contained in:
+2
-2
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
if (private->get_fingerprint(private, KEY_ID_PGPV3, &chunk))
|
if (private->get_fingerprint(private, KEY_ID_PGPV3, &chunk))
|
||||||
{
|
{
|
||||||
printf("PGP verison 3 keyid: %#B\n", &chunk);
|
printf("PGP version 3 keyid: %#B\n", &chunk);
|
||||||
}
|
}
|
||||||
private->destroy(private);
|
private->destroy(private);
|
||||||
return 0;
|
return 0;
|
||||||
@@ -77,7 +77,7 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
if (public->get_fingerprint(public, KEY_ID_PGPV3, &chunk))
|
if (public->get_fingerprint(public, KEY_ID_PGPV3, &chunk))
|
||||||
{
|
{
|
||||||
printf("PGP verison 3 keyid: %#B\n", &chunk);
|
printf("PGP version 3 keyid: %#B\n", &chunk);
|
||||||
}
|
}
|
||||||
public->destroy(public);
|
public->destroy(public);
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user