~ubuntu-branches/ubuntu/wily/dropbear/wily

« back to all changes in this revision

Viewing changes to libtomcrypt/src/headers/tomcrypt_custom.h

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape, Matt Johnston, Gerrit Pape
  • Date: 2011-11-16 12:36:03 UTC
  • mfrom: (1.3.7) (14.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111116123603-fn0vgshz8wibumyo
[ Matt Johnston ]
* new upstream release.
  * Added ALLOW_BLANK_PASSWORD option. Dropbear also now allows public
    key logins to accounts with a blank password. Thanks to Rob
    Landley (closes: #555889).
  * Bind to sockets with IPV6_V6ONLY so that it works properly on
    systems regardless of the system-wide setting (closes: #636696).

[ Gerrit Pape ]
* debian/control: Standards-Version: 3.9.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
/* #define LTC_CLEAN_STACK */
79
79
 
80
80
/* disable all file related functions */
81
 
/* #define LTC_NO_FILE */
 
81
#define LTC_NO_FILE
82
82
 
83
83
/* disable all forms of ASM */
84
84
/* #define LTC_NO_ASM */