mbox series

[Openvpn-devel,0/3] Last-minute fixes to auth-token-hmac patch series

Message ID 20190927224536.27480-1-davids@openvpn.net
Headers show
Series Last-minute fixes to auth-token-hmac patch series | expand

Message

David Sommerseth Sept. 27, 2019, 12:45 p.m. UTC
During the review of the auth-token-hmac patches from Arne Schwabe, there
were still a few minor issues left out.  To avoid holding back further
inclusion, we decided to add these patches on top of the patches from Arne.

The first patch, --disable-server fix, is only needed when running
./configure with --disable-server.  Otherwise the existing patches works
fine.

The second patch, --disable-management fix, just fixes a long outstanding
compiler warning.

And the final patch with comment updates are just clarifications and
minor improvements.

David Sommerseth (3):
  auth-token: Fix building with --disable-server
  auth-token: Fix compiler complaints with --disable-management
  Improve the comments related to auth-token-hmac patches

 src/openvpn/auth_token.h | 2 --
 src/openvpn/push.c       | 2 ++
 src/openvpn/ssl.h        | 4 ++--
 src/openvpn/ssl_common.h | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)