summaryrefslogtreecommitdiff
path: root/res/res_crypto.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2002-07-31 02:18:29 +0000
committerMark Spencer <markster@digium.com>2002-07-31 02:18:29 +0000
commitc1e73a2736a5c7cce94d124738bda3a7c4653cec (patch)
tree75024321b13ef734fe5c5ed518b9d67b9d8a6f50 /res/res_crypto.c
parent2f79ff2ad766a672ab17bc65fef129d0aaf57721 (diff)
Version 0.2.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@496 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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;