Searched refs:keypath (Results 1 – 1 of 1) sorted by relevance
339 const char *certpath = NULL, *keypath = NULL, *outpath = NULL, *inpath = NULL; in main() local355 keypath = checked_strdup(optarg); in main()376 if (keypath != NULL) in main()383 if (keypath == NULL) in main()414 keyfp = checked_fopen(keypath, "r"); in main()418 errx(1, "failed to load private key from %s", keypath); in main()