| 36573:31c7f587968d | 36574:e9b59dd16117 |
|---|---|
| 454 SilcChannelUser chu; | 454 SilcChannelUser chu; |
| 455 char buf[512], buf2[512], *tmp, *name; | 455 char buf[512], buf2[512], *tmp, *name; |
| 456 SilcNotifyType notify; | 456 SilcNotifyType notify; |
| 457 PurpleBuddy *b; | 457 PurpleBuddy *b; |
| 458 SilcDList list; | 458 SilcDList list; |
| 459 int i; | |
| 460 | 459 |
| 461 va_start(va, type); | 460 va_start(va, type); |
| 462 memset(buf, 0, sizeof(buf)); | 461 memset(buf, 0, sizeof(buf)); |
| 463 | 462 |
| 464 switch (type) { | 463 switch (type) { |
| 850 | 849 |
| 851 b = NULL; | 850 b = NULL; |
| 852 if (public_key) { | 851 if (public_key) { |
| 853 GSList *buddies; | 852 GSList *buddies; |
| 854 const char *f; | 853 const char *f; |
| 854 gsize i; | |
| 855 | 855 |
| 856 pk = silc_pkcs_public_key_encode(public_key, &pk_len); | 856 pk = silc_pkcs_public_key_encode(public_key, &pk_len); |
| 857 if (!pk) | 857 if (!pk) |
| 858 break; | 858 break; |
| 859 fingerprint = silc_hash_fingerprint(NULL, pk, pk_len); | 859 fingerprint = silc_hash_fingerprint(NULL, pk, pk_len); |