• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/freeradius-client/0001-fix-for-nettle.patch
David BenderDavid Bender committed 5afafaaeafe26 Jan 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
lib/rc-md5: fix build when nettle is enabled
2
​
3
rc-md5 uses size_t, which is defined in string.h. This include is
4
missing when built against nettle.
5
​
6
Just add it.
7
​
8
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
9
​
10
diff -durN freeradius-client-1.1.7.orig/lib/rc-md5.h freeradius-client-1.1.7/lib/rc-md5.h
11
--- freeradius-client-1.1.7.orig/lib/rc-md5.h   2015-01-19 17:18:26.000000000 +0100
12
+++ freeradius-client-1.1.7/lib/rc-md5.h    2015-01-25 22:56:07.815626476 +0100
13
@@ -13,6 +13,7 @@
14
 
15
 #ifdef HAVE_NETTLE
16
 
17
+#include <string.h> /* size_t */
18
 #include <nettle/md5-compat.h>
19
 
20
 #else
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.