mirror of https://github.com/openssl/openssl.git
				
				
				
			Move blake2_loclh to blake2 directory
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
		
							parent
							
								
									270862b470
								
							
						
					
					
						commit
						01ce6f746d
					
				|  | @ -19,7 +19,7 @@ | |||
| #include <openssl/crypto.h> | ||||
| #include "e_os.h" | ||||
| 
 | ||||
| #include "internal/blake2_locl.h" | ||||
| #include "blake2_locl.h" | ||||
| #include "blake2_impl.h" | ||||
| 
 | ||||
| static const uint64_t blake2b_IV[8] = | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ | |||
| #include <openssl/crypto.h> | ||||
| #include "e_os.h" | ||||
| 
 | ||||
| #include "internal/blake2_locl.h" | ||||
| #include "blake2_locl.h" | ||||
| #include "blake2_impl.h" | ||||
| 
 | ||||
| static const uint32_t blake2s_IV[8] = | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
| 
 | ||||
| # include <openssl/evp.h> | ||||
| # include <openssl/objects.h> | ||||
| # include "internal/blake2_locl.h" | ||||
| # include "blake2_locl.h" | ||||
| # include "internal/evp_int.h" | ||||
| 
 | ||||
| static int init(EVP_MD_CTX *ctx) | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
| 
 | ||||
| # include <openssl/evp.h> | ||||
| # include <openssl/objects.h> | ||||
| # include "internal/blake2_locl.h" | ||||
| # include "blake2_locl.h" | ||||
| # include "internal/evp_int.h" | ||||
| 
 | ||||
| static int init(EVP_MD_CTX *ctx) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue