~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to libntp/a_md5encrypt.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-11-26 22:16:37 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091126221637-lbtdp0ax1yg9t0bx
Tags: 1:4.2.4p7+dfsg-4
* Use uname -s instead of dpkg-architecture to found the kernel we're
  running on.  dpkg-architecture is part of dpkg-dev. (Closes: #558145)
* Make the package fail to build on hurd since it does not provided
  the needed system calls for ntpd to work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include "ntp_string.h"
17
17
#include "ntp_stdlib.h"
18
18
 
19
 
/* Disable the openssl md5 includes, because they'd clash with ours. */
20
 
/* #define NO_MD5 */
21
 
/* #define OPENSSL_NO_MD5 */
22
 
#undef OPENSSL
23
 
 
24
19
#include "ntp.h"
25
 
#include "global.h"
26
20
#include "ntp_md5.h"
27
21
 
28
22
/*