an obscure compile warning on solaris
svn:r17453
#define CRYPTO_PRIVATE
+#include "orconfig.h"
+
#include <stdio.h>
#include <stdlib.h>
#include "crypto.h"
init_logging();
if (c < 2) {
- fprintf(stderr, "Hi. I'm tor-checkkey. Tell me a filename that has a PEM-encoded RSA public key (like in a cert) and I'll dump the modulus.\n");
+ fprintf(stderr, "Hi. I'm tor-checkkey. Tell me a filename that "
+ "has a PEM-encoded RSA public key (like in a cert) and I'll "
+ "dump the modulus.\n");
return 1;
}
return 0;
}
+