| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2018-06-20 22:25:43 +08:00
										 |  |  |  * Copyright 2001-2018 The OpenSSL Project Authors. All Rights Reserved. | 
					
						
							| 
									
										
										
										
											2000-11-03 04:33:04 +08:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2018-12-06 20:39:00 +08:00
										 |  |  |  * Licensed under the Apache License 2.0 (the "License").  You may not use | 
					
						
							| 
									
										
										
										
											2016-05-18 02:52:22 +08:00
										 |  |  |  * this file except in compliance with the License.  You can obtain a copy | 
					
						
							|  |  |  |  * in the file LICENSE in the source distribution or at | 
					
						
							|  |  |  |  * https://www.openssl.org/source/license.html
 | 
					
						
							| 
									
										
										
										
											2000-11-03 04:33:04 +08:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-14 22:56:48 +08:00
										 |  |  | #include "internal/cryptlib.h"
 | 
					
						
							| 
									
										
										
										
											2019-09-28 06:45:40 +08:00
										 |  |  | #include "eng_local.h"
 | 
					
						
							| 
									
										
										
										
											2000-11-07 21:53:21 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-09-26 04:00:51 +08:00
										 |  |  | void ENGINE_load_builtin_engines(void) | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2016-02-15 04:25:54 +08:00
										 |  |  |     OPENSSL_init_crypto(OPENSSL_INIT_ENGINE_ALL_BUILTIN, NULL); | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-10-02 08:19:33 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-06 00:34:09 +08:00
										 |  |  | #ifndef OPENSSL_NO_DEPRECATED_1_1_0
 | 
					
						
							|  |  |  | # if (defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__))
 | 
					
						
							| 
									
										
										
										
											2015-01-22 11:40:55 +08:00
										 |  |  | void ENGINE_setup_bsd_cryptodev(void) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2002-10-02 08:19:33 +08:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2019-11-06 00:34:09 +08:00
										 |  |  | # endif
 | 
					
						
							| 
									
										
										
										
											2002-10-02 08:19:33 +08:00
										 |  |  | #endif
 |