]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
ascend.h is no longer used
authorAlan T. DeKok <aland@freeradius.org>
Wed, 28 Dec 2022 22:04:28 +0000 (17:04 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 28 Dec 2022 22:04:28 +0000 (17:04 -0500)
src/lib/util/acutest_helpers.h
src/lib/util/ascend.h [deleted file]
src/lib/util/base.h
src/lib/util/value.c

index f099149c8e5bb761d5e4d484f44dfec5152d132e..7c09c22b9728429665ff87b3688a3f19b31692db 100644 (file)
@@ -21,7 +21,7 @@
  *
  * @copyright 2020 Arran Cudbard-Bell
  */
-RCSIDH(ascend_h, "$Id$")
+RCSIDH(acutest_helpers_h, "$Id$")
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/src/lib/util/ascend.h b/src/lib/util/ascend.h
deleted file mode 100644 (file)
index 38d5efc..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-#pragma once
-/*
- *   This program is free software; you can redistribute it and/or modify
- *   it under the terms of the GNU General Public License as published by
- *   the Free Software Foundation; either version 2 of the License, or
- *   (at your option) any later version.
- *
- *   This program is distributed in the hope that it will be useful,
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *   GNU General Public License for more details.
- *
- *   You should have received a copy of the GNU General Public License
- *   along with this program; if not, write to the Free Software
- *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-/** Routines to parse Ascend's filter attributes
- *
- *  These filters are also used by Juniper, and extended with
- *  additional fields.
- *
- * @file src/lib/util/ascend.h
- *
- * @copyright 2003,2006 The FreeRADIUS server project
- */
-RCSIDH(ascend_h, "$Id$")
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <freeradius-devel/build.h>
-#include <freeradius-devel/missing.h>
-#include <freeradius-devel/util/value.h>
-
-/* ascend.c */
-int            ascend_parse_filter(TALLOC_CTX *ctx, fr_value_box_t *out, char const *value, size_t len);
-ssize_t                print_abinary(fr_sbuff_t *sbuff, fr_value_box_t const *in);
-
-#ifdef __cplusplus
-}
-#endif
index 5012c212768a8210348e183709e3a3f0369c7cff..386f95581136afb5c2b77807fbedf4a10edb9d28 100644 (file)
@@ -32,7 +32,6 @@ RCSIDH(libradius_h, "$Id$")
 
 #include <freeradius-devel/missing.h>
 
-#include <freeradius-devel/util/ascend.h>
 #include <freeradius-devel/util/base64.h>
 #include <freeradius-devel/util/conf.h>
 #include <freeradius-devel/util/dcursor.h>
index ebb0570c9b0f2533dee74e8846e551cc100f8379..ef780e6b970e9d17f5c8cad0b09751e2bf2ba57f 100644 (file)
@@ -48,7 +48,6 @@ RCSID("$Id$")
 #include <freeradius-devel/util/value.h>
 #undef _VALUE_PRIVATE
 
-#include <freeradius-devel/util/ascend.h>
 #include <freeradius-devel/util/atexit.h>
 #include <freeradius-devel/util/base16.h>
 #include <freeradius-devel/util/dcursor.h>