]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/base64.c
Script to turn plain man pages into html now that we want to make html man
[gssapi-openssh.git] / openssh / openbsd-compat / base64.c
index 005170b80dfd55fbb83c5f4053a80eab023f422b..d12b993b7cab3e188344b1ad31729b3773771432 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: base64.c,v 1.4 2002/01/02 23:00:10 deraadt Exp $      */
+/*     $OpenBSD: base64.c,v 1.3 1997/11/08 20:46:55 deraadt Exp $      */
 
 /*
  * Copyright (c) 1996 by Internet Software Consortium.
@@ -42,7 +42,7 @@
  * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
  */
 
-#include "includes.h"
+#include "config.h"
 
 #if !defined(HAVE_B64_NTOP) && !defined(HAVE___B64_NTOP)
 
@@ -60,7 +60,6 @@
 
 #include "base64.h"
 
-/* XXX abort illegal in library */
 #define Assert(Cond) if (!(Cond)) abort()
 
 static const char Base64[] =
This page took 0.071961 seconds and 4 git commands to generate.