X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fsilcpk.h;h=f62c628c9f0cc4d7b9967d05138c77451bf31e6b;hb=0987234560b29a99fea5b99f7d68e501df024f8c;hp=de22c5ee7a050e11016c82752ae633b1f0761111;hpb=eed058d5601c19e025f651b5891ab79a0bc199d8;p=silc.git diff --git a/lib/silccrypt/silcpk.h b/lib/silccrypt/silcpk.h index de22c5ee..f62c628c 100644 --- a/lib/silccrypt/silcpk.h +++ b/lib/silccrypt/silcpk.h @@ -43,7 +43,7 @@ * * SOURCE */ -typedef struct { +typedef struct SilcPublicKeyIdentifierObject { char *username; char *host; char *realname; @@ -69,7 +69,7 @@ typedef struct { * * SOURCE */ -typedef struct { +typedef struct SilcSILCPublicKeyStruct { SilcPublicKeyIdentifierStruct identifier; const SilcPKCSAlgorithm *pkcs; /* PKCS algorithm */ void *public_key; /* PKCS algorithm specific public key */ @@ -89,7 +89,7 @@ typedef struct { * * SOURCE */ -typedef struct { +typedef struct SilcSILCPrivateKeyStruct { const SilcPKCSAlgorithm *pkcs; /* PKCS algorithm */ void *private_key; /* PKCS algorithm specific private key */ } *SilcSILCPrivateKey;