summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
authorstevesk <stevesk>2002-02-26 16:59:58 +0000
committerstevesk <stevesk>2002-02-26 16:59:58 +0000
commit9bb9912d8c2eda6d96d3e8ef245fc32b73ee3ab0 (patch)
treef552fabb421ec192964c42436ed4883ce67c23ae /openbsd-compat
parent3a4da8aed4591c9b3ae8962aacfb68b57c77c2be (diff)
downloadopenssh-9bb9912d8c2eda6d96d3e8ef245fc32b73ee3ab0.tar.gz
- (stevesk) openbsd-compat/base64.h: typo in comment
Diffstat (limited to 'openbsd-compat')
-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 f2514dc1..c92e70ea 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 */