Changeset View
Changeset View
Standalone View
Standalone View
gnupg-1.4.6/g10/mainproc.c
| Context not available. | |||||
| /* If we have a good signature and already printed | /* If we have a good signature and already printed | ||||
| * the primary user ID, print all the other user IDs */ | * the primary user ID, print all the other user IDs */ | ||||
| if ( count && !rc ) { | if ( count && !rc && !(opt.verify_options&VERIFY_SHOW_ONLY_PRIMARY_UID)) { | ||||
| char *p; | char *p; | ||||
| for( un=keyblock; un; un = un->next ) { | for( un=keyblock; un; un = un->next ) { | ||||
| if( un->pkt->pkttype != PKT_USER_ID ) | if( un->pkt->pkttype != PKT_USER_ID ) | ||||
| Context not available. | |||||