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 | ff2c8bafac7a338ae855b359595b1df02d3080a2 (patch) | |
| tree | ad047aa371ccb8fc11e55cbcb46f7cb9e773efb8 /secure/lib | |
| parent | 6209f9d7777a442db2d9552475b90439966f5167 (diff) | |
Notes
Diffstat (limited to 'secure/lib')
| -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; |
