From: Bodo Möller Date: Fri, 25 Feb 2000 14:40:11 +0000 (+0000) Subject: Fix off-by-one error :-) X-Git-Tag: OpenSSL_0_9_5beta2~61 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e01eed0fae74d11ee09b010e93c31fd4ce266388;p=oweals%2Fopenssl.git Fix off-by-one error :-) --- diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c index aa32a2aa14..579058e0f2 100644 --- a/ssl/s3_pkt.c +++ b/ssl/s3_pkt.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ /* ==================================================================== - * Copyright (c) 1998-1999 The OpenSSL Project. All rights reserved. + * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions