Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37894124
en ru br
ALT Linux repos
S:4.2.1-alt8
5.0: 2.2.0-alt7
4.1: 2.2.0-alt6
4.0: 2.2.0-alt6
3.0: 2.2.0-alt4

Other repositories
Upstream:4.1.2

Group :: System/Libraries
RPM: beecrypt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: beecrypt-4.2.1-alt-assert.patch
Download


diff --git a/beecrypt/include/beecrypt/api.h b/beecrypt/include/beecrypt/api.h
index 151567c..b163460 100644
--- a/beecrypt/include/beecrypt/api.h
+++ b/beecrypt/include/beecrypt/api.h
@@ -53,11 +53,7 @@
 # define BEECRYPTCXXAPI
 #endif
 
-#if HAVE_ASSERT_H
-# include <assert.h>
-#else
-# define assert(x)
-#endif
+#include <assert.h>
 
 #ifndef ROTL32
 # define ROTL32(x, s) (((x) << (s)) | ((x) >> (32 - (s))))
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin