[BACK]Return to cipher-bf1.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/cipher-bf1.c between version 1.6 and 1.7

version 1.6, 2010/10/01 23:05:32 version 1.7, 2015/01/14 10:24:42
Line 2 
Line 2 
 /*  /*
  * Copyright (c) 2003 Markus Friedl.  All rights reserved.   * Copyright (c) 2003 Markus Friedl.  All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Permission to use, copy, modify, and distribute this software for any
  * modification, are permitted provided that the following conditions   * purpose with or without fee is hereby granted, provided that the above
  * are met:   * copyright notice and this permission notice appear in all copies.
  * 1. Redistributions of source code must retain the above copyright  
  *    notice, this list of conditions and the following disclaimer.  
  * 2. Redistributions in binary form must reproduce the above copyright  
  *    notice, this list of conditions and the following disclaimer in the  
  *    documentation and/or other materials provided with the distribution.  
  *   *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR   * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES   * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Line 24 
Line 19 
  */   */
   
 #include <sys/types.h>  #include <sys/types.h>
   #include <string.h>
 #include <openssl/evp.h>  #include <openssl/evp.h>
   
 #include <string.h>  
   
 #include "xmalloc.h"  
 #include "log.h"  
 /*  /*
  * SSH1 uses a variation on Blowfish, all bytes must be swapped before   * SSH1 uses a variation on Blowfish, all bytes must be swapped before
  * and after encryption/decryption. Thus the swap_bytes stuff (yuk).   * and after encryption/decryption. Thus the swap_bytes stuff (yuk).

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7