Diff for /rpl/src/rpl.h between versions 1.195 and 1.200

version 1.195, 2013/02/25 19:14:01 version 1.200, 2013/02/27 17:11:45
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.12    RPL/2 (R) version 4.1.13
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2013 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 189 Line 189
 #   ifndef OPENSSL_NO_AES  #   ifndef OPENSSL_NO_AES
 #       include "openssl/aes.h"  #       include "openssl/aes.h"
 #   endif  #   endif
   #   ifndef OPENSSL_NO_CAMELLIA
   #       include "openssl/camellia.h"
   #   endif
   #   ifndef OPENSSL_NO_RC2
   #       include "openssl/rc2.h"
   #   endif
   #   ifndef OPENSSL_NO_IDEA
   #       include "openssl/idea.h"
   #   endif
   
 #   include "sqlite3.h"  #   include "sqlite3.h"
 #   include "sigsegv.h"  #   include "sigsegv.h"
Line 3213  unsigned char *chiffrement(const EVP_CIP Line 3222  unsigned char *chiffrement(const EVP_CIP
         logical1 encodage, unsigned char *message, unsigned int          logical1 encodage, unsigned char *message, unsigned int
         longueur_message, unsigned char *clef, unsigned int longueur_clef,          longueur_message, unsigned char *clef, unsigned int longueur_clef,
         unsigned char *vecteur_initialisation,          unsigned char *vecteur_initialisation,
         unsigned int longueur_vecteur_initialisation,  
         unsigned int longueur_bloc_chiffrement,  
         unsigned int *longueur_message_chiffre);          unsigned int *longueur_message_chiffre);
 unsigned char *compactage(unsigned char *chaine);  unsigned char *compactage(unsigned char *chaine);
 unsigned char *conversion_majuscule(unsigned char *chaine);  unsigned char *conversion_majuscule(unsigned char *chaine);

Removed from v.1.195  
changed lines
  Added in v.1.200


CVSweb interface <joel.bertrand@systella.fr>