diff options
| author | Mark Murray <markm@FreeBSD.org> | 1997-10-08 07:02:48 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1997-10-08 07:02:48 +0000 |
| commit | 4586e1abc5b800ef9a7c314189e3f5abea90d12d (patch) | |
| tree | f17f1823950899309d7035cb1d5087942ec651e8 /secure | |
| parent | d5e14b7e07c05fb5f41686358f1e1452010e278c (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libdes/enc_writ.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libdes/enc_writ.c b/secure/lib/libdes/enc_writ.c index 0b7a50be9d23..2f15d088ab3d 100644 --- a/secure/lib/libdes/enc_writ.c +++ b/secure/lib/libdes/enc_writ.c @@ -65,7 +65,7 @@ des_cblock (*iv); long rnum; int i,j,k,outnum; - char *outbuf=NULL; + static char *outbuf=NULL; char shortbuf[8]; char *p; static int start=1; |
