summaryrefslogtreecommitdiff
path: root/src/common/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/crypto.c')
-rw-r--r--src/common/crypto.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c
index 4339e8c758..063f076144 100644
--- a/src/common/crypto.c
+++ b/src/common/crypto.c
@@ -344,13 +344,6 @@ int crypto_pk_read_private_key_from_filename(crypto_pk_env_t *env, const char *k
tor_assert(env && keyfile);
-#if 0
- if(strspn(keyfile,CONFIG_LEGAL_FILENAME_CHARACTERS) != strlen(keyfile)) {
- /* filename contains nonlegal characters */
- return -1;
- }
-#endif
-
/* open the keyfile */
f_pr=fopen(keyfile,"rb");
if (!f_pr)