From a2b9607a86d716f6e0f388825ef1c205ab1f9a75 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Tue, 26 Feb 2002 16:59:58 +0000 Subject: - (stevesk) openbsd-compat/base64.h: typo in comment --- openbsd-compat/base64.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsd-compat/base64.h') diff --git a/openbsd-compat/base64.h b/openbsd-compat/base64.h index f2514dc1c..c92e70ea0 100644 --- a/openbsd-compat/base64.h +++ b/openbsd-compat/base64.h @@ -1,4 +1,4 @@ -/* $Id: base64.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ +/* $Id: base64.h,v 1.3 2002/02/26 16:59:59 stevesk Exp $ */ #ifndef _BSD_BASE64_H #define _BSD_BASE64_H @@ -15,4 +15,4 @@ int b64_pton(char const *src, u_char *target, size_t targsize); # define __b64_pton b64_pton #endif /* HAVE___B64_NTOP */ -#endif /* _BSD_BINRESVPORT_H */ +#endif /* _BSD_BASE64_H */ -- cgit v1.2.3