ssl_test: make lcppm5() static, initialize variables mentioned in warnings
commit3a4b4f7c79dab65628cfb5ed62e9b638583a73b5
authorWilliam Smith <wsmith1@mail.ru>
Mon, 14 Jan 2013 01:37:20 +0000 (13 20:37 -0500)
committerWilliam Smith <wsmith1@mail.ru>
Mon, 14 Jan 2013 01:58:10 +0000 (13 20:58 -0500)
treeebf4ede7e56a96f84023fd14aad32ecf3556798f
parentdf0a3255113a296c2e45d481cd7281bf06f56e1a
ssl_test: make lcppm5() static, initialize variables mentioned in warnings

Make lcppm5() static, initialize variables offset_to_read,
offset_to_write, read_buf and write_buf. Fixes the following
warnings:

  test/ssl_test.c:110: warning: no previous prototype
  for ‘lcppm5’
  test/ssl_test.c: In function ‘ssl_test’:
  test/ssl_test.c:145: warning: ‘offset_to_read’ may be
  used uninitialized in this function
  test/ssl_test.c:146: warning: ‘offset_to_write’ may be
  used uninitialized in this function
  test/ssl_test.c:154: warning: ‘read_buf’ may be used
  uninitialized in this function
  test/ssl_test.c:155: warning: ‘write_buf’ may be used
  uninitialized in this function
programs/test/ssl_test.c