[pisa-src] r1837 - trunk/pairing/passgen.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 26 Nov 2009 18:49:50 +0100

Author: biurrun
Date: Thu Nov 26 18:49:50 2009
New Revision: 1837

Log:
Remove unused definition PASSWORD.

Modified:
   trunk/pairing/passgen.c

Modified: trunk/pairing/passgen.c
==============================================================================
--- trunk/pairing/passgen.c     Thu Nov 26 18:16:32 2009        (r1836)
+++ trunk/pairing/passgen.c     Thu Nov 26 18:49:50 2009        (r1837)
@@ -12,8 +12,6 @@
 
 #include <stdio.h>
 #include <unistd.h>
-#define PASSWORD "aachen"
-
 #include "hash.h"
 
 

Other related posts:

  • » [pisa-src] r1837 - trunk/pairing/passgen.c - Diego Biurrun