Re: [Openvpn-devel] [PATCH] Fixed off-by-one in serial length calculation

2012-03-29 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/02/12 17:29, Adriaan de Jong wrote: > The serial length was one digit too short, resulting in missing > digits at the end of the certificate's stringified serial number. > > Signed-off-by: Adriaan de Jong --- > ssl_verify_polarssl.c |2 +-

[Openvpn-devel] [PATCH] Fixed off-by-one in serial length calculation

2012-02-28 Thread Adriaan de Jong
The serial length was one digit too short, resulting in missing digits at the end of the certificate's stringified serial number. Signed-off-by: Adriaan de Jong --- ssl_verify_polarssl.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ssl_verify_polarssl.c b/ssl_verify