less warnings
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@894 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -72,7 +72,7 @@ typedef struct {
|
||||
OtpAlgorithm *otp_find_alg (char *name);
|
||||
void otp_print_stddict (OtpKey key, char *str);
|
||||
void otp_print_hex (OtpKey key, char *str);
|
||||
unsigned opt_checksum (OtpKey key);
|
||||
unsigned otp_checksum (OtpKey key);
|
||||
int otp_parse_hex (OtpKey key, char *);
|
||||
int otp_parse_stddict (OtpKey key, char *);
|
||||
int otp_parse_altdict (OtpKey key, char *, OtpAlgorithm *);
|
||||
|
@@ -46,7 +46,6 @@ RCSID("$Id$");
|
||||
void *
|
||||
otp_db_open ()
|
||||
{
|
||||
DBM *ret;
|
||||
int lock;
|
||||
|
||||
do {
|
||||
|
@@ -80,7 +80,6 @@ otp_md_init (OtpKey key,
|
||||
{
|
||||
char *p;
|
||||
int len;
|
||||
int i;
|
||||
|
||||
len = strlen(pwd) + strlen(seed);
|
||||
p = malloc (len + 1);
|
||||
|
@@ -41,6 +41,7 @@
|
||||
RCSID("$Id$");
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
@@ -41,6 +41,7 @@
|
||||
RCSID("$Id$");
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include "otp.h"
|
||||
|
||||
static char *std_dict[] =
|
||||
|
Reference in New Issue
Block a user