summaryrefslogtreecommitdiff
path: root/openbsd-compat/base64.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-02-26 16:59:58 +0000
committerKevin Steves <stevesk@pobox.com>2002-02-26 16:59:58 +0000
commita2b9607a86d716f6e0f388825ef1c205ab1f9a75 (patch)
tree03aed3c8ae4cd78b974e2e2b22fd9f7b01329be5 /openbsd-compat/base64.h
parent4cec93faed6586dd48b02030b77c094e0730b62e (diff)
- (stevesk) openbsd-compat/base64.h: typo in comment
Diffstat (limited to 'openbsd-compat/base64.h')
-rw-r--r--openbsd-compat/base64.h4
1 files changed, 2 insertions, 2 deletions
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 @@
1/* $Id: base64.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ 1/* $Id: base64.h,v 1.3 2002/02/26 16:59:59 stevesk Exp $ */
2 2
3#ifndef _BSD_BASE64_H 3#ifndef _BSD_BASE64_H
4#define _BSD_BASE64_H 4#define _BSD_BASE64_H
@@ -15,4 +15,4 @@ int b64_pton(char const *src, u_char *target, size_t targsize);
15# define __b64_pton b64_pton 15# define __b64_pton b64_pton
16#endif /* HAVE___B64_NTOP */ 16#endif /* HAVE___B64_NTOP */
17 17
18#endif /* _BSD_BINRESVPORT_H */ 18#endif /* _BSD_BASE64_H */