newkey: Fix mismatch in array bounds in for adjust().
Reviewed by: emaste Reported by: GCC -Warray-parameter Differential Revision: https://reviews.freebsd.org/D36762
This commit is contained in:
parent
157436dcbf
commit
536f7d84cd
@ -52,7 +52,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include "extern.h"
|
||||
|
||||
static void adjust(char[], char *);
|
||||
static void adjust(char[HEXKEYBYTES + 1], char *);
|
||||
static void getseed(char *, int, unsigned char *);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user