X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fkeytrans%2Fopenpgp2ssh.c;h=427adc8f27ea5994652deda6fd88cb2ef6779ef1;hb=990c334442c6c8cb5a7a6c0b4d11c0a8d3adac6d;hp=36fb30a77d62b889714a21f0bc3db831ecbb02ec;hpb=86b6a09beeba248440d4d9a5e923c799c542420d;p=monkeysphere.git diff --git a/src/keytrans/openpgp2ssh.c b/src/keytrans/openpgp2ssh.c index 36fb30a..427adc8 100644 --- a/src/keytrans/openpgp2ssh.c +++ b/src/keytrans/openpgp2ssh.c @@ -208,7 +208,7 @@ int emit_public_openssh_from_pgp(const gnutls_openpgp_crt_t* pgp_crt, const unsi /* variables for the output conversion: */ int pipestatus; int pipefd, child_pid; - char* const b64args[] = {"/usr/bin/base64", "--wrap=0", NULL}; + char* const b64args[] = {"base64", "--wrap=0", NULL}; init_datum(&m); init_datum(&e);