ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/vped.C
(Generate patch)

Comparing gvpe/src/vped.C (file contents):
Revision 1.7 by pcg, Tue Apr 15 03:48:40 2003 UTC vs.
Revision 1.8 by pcg, Mon Sep 1 21:23:35 2003 UTC

33#include <signal.h> 33#include <signal.h>
34#include <termios.h> 34#include <termios.h>
35 35
36#include <sys/mman.h> 36#include <sys/mman.h>
37 37
38#include <openssl/err.h>
38#include <openssl/rand.h> 39#include <openssl/rand.h>
39 40
40#include "gettext.h" 41#include "gettext.h"
41#include "pidfile.h" 42#include "pidfile.h"
42 43
209} 210}
210 211
211int 212int
212main (int argc, char **argv, char **envp) 213main (int argc, char **argv, char **envp)
213{ 214{
215 ERR_load_crypto_strings (); // we have the RAM
216
214 set_loglevel (L_INFO); 217 set_loglevel (L_INFO);
215 set_identity (argv[0]); 218 set_identity (argv[0]);
216 log_to (LOGTO_SYSLOG | LOGTO_STDERR); 219 log_to (LOGTO_SYSLOG | LOGTO_STDERR);
217 220
218 setlocale (LC_ALL, ""); 221 setlocale (LC_ALL, "");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines