summaryrefslogtreecommitdiff
path: root/res/res_crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_crypto.c')
-rwxr-xr-xres/res_crypto.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/res_crypto.c b/res/res_crypto.c
index 6d9b4353e..5ac2e441b 100755
--- a/res/res_crypto.c
+++ b/res/res_crypto.c
@@ -81,11 +81,13 @@ struct ast_key {
static struct ast_key *keys = NULL;
+
+#if 0
static int fdprint(int fd, char *s)
{
return write(fd, s, strlen(s) + 1);
}
-
+#endif
static int pw_cb(char *buf, int size, int rwflag, void *userdata)
{
struct ast_key *key = (struct ast_key *)userdata;