Diff for /libaitio/inc/aitio.h between versions 1.42.2.1 and 1.42.2.2

version 1.42.2.1, 2019/10/08 12:58:55 version 1.42.2.2, 2019/10/08 13:00:42
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2016Copyright 2004 - 2019
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 71  SUCH DAMAGE. Line 71  SUCH DAMAGE.
 #include <aitsched.h>  #include <aitsched.h>
   
   
   #if OPENSSL_VERSION_NUMBER >= 0x10100000L
 #ifndef evp_cipher_ctx_st  #ifndef evp_cipher_ctx_st
 struct evp_cipher_ctx_st {  struct evp_cipher_ctx_st {
     const EVP_CIPHER *cipher;      const EVP_CIPHER *cipher;
Line 91  struct evp_cipher_ctx_st { Line 92  struct evp_cipher_ctx_st {
     int block_mask;      int block_mask;
     unsigned char final[EVP_MAX_BLOCK_LENGTH]; /* possible final block */      unsigned char final[EVP_MAX_BLOCK_LENGTH]; /* possible final block */
 } /* EVP_CIPHER_CTX */ ;  } /* EVP_CIPHER_CTX */ ;
   #endif
 #endif  #endif
   
 #ifndef STRSIZ  #ifndef STRSIZ

Removed from v.1.42.2.1  
changed lines
  Added in v.1.42.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>