Skip to content
Snippets Groups Projects
Commit 3a0d0dd2 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Less crypto error message...

parent 53ee6b01
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ print_an_entry( void )
#endif
if( Entry.name == NULL ) {
printf(" No Entry\n");
printf(" No Entry found.\n");
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment