]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl: make ssl_sock_generated_cert_serial() take a const
authorWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2015 16:09:15 +0000 (18:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2015 16:09:15 +0000 (18:09 +0200)
commit646b864fe525a6679f0c8d3ffda47b08a54d2b4a
tree9fc4db673dc438e401137b9ef2c9c1886ec25964
parentf67214554cfb3117effab1f0b705d027354f4b36
CLEANUP: ssl: make ssl_sock_generated_cert_serial() take a const

It doesn't modify the input.
include/proto/ssl_sock.h
src/ssl_sock.c