Parent Directory
|
Revision Log
|
Patch
revision 77 by twoaday, Mon Nov 14 15:01:01 2005 UTC | revision 88 by twoaday, Mon Nov 21 12:06:59 2005 UTC | |
---|---|---|
# | Line 547 keygen_dlg_proc (HWND dlg, UINT msg, WPA | Line 547 keygen_dlg_proc (HWND dlg, UINT msg, WPA |
547 | ||
548 | keycache_update (0, fpr); | keycache_update (0, fpr); |
549 | keycache_update (1, fpr); | keycache_update (1, fpr); |
550 | if (ctx->first_start == 0 && ctx != NULL) | if (ctx != NULL && ctx->first_start == 0) |
551 | get_pubkey (fpr, &ctx->newkey); | get_pubkey (fpr, &ctx->newkey); |
552 | if (fpr) | if (fpr) |
553 | free (fpr); | free (fpr); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |