mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-30 21:35:26 +01:00 
			
		
		
		
	Add line for Darwin
not sure whether -static just works. TBD
This commit is contained in:
		| @@ -120,11 +120,14 @@ case $(uname) in | |||||||
|          ;; |          ;; | ||||||
|      Darwin) |      Darwin) | ||||||
| 		case $(uname -m) in | 		case $(uname -m) in | ||||||
|  | 			# No Keberos (yet?) for Darwin | ||||||
| 			x86_64) clean | 			x86_64) clean | ||||||
| 				echo "FIXME" | 				./config $STDOPTIONS enable-ec_nistp_64_gcc_128 -static | ||||||
|  | 				[ $? -ne 0 ] && error "configuring" | ||||||
|           		;; |           		;; | ||||||
| 			i386) clean | 			i386) clean | ||||||
| 				echo "FIXME" | 				./config $STDOPTIONS no-ec_nistp_64_gcc_128 -static | ||||||
|  | 				[ $? -ne 0 ] && error "configuring" | ||||||
| 				;; | 				;; | ||||||
| 		esac | 		esac | ||||||
| 		;; | 		;; | ||||||
| @@ -143,5 +146,5 @@ echo | |||||||
|  |  | ||||||
|  |  | ||||||
| #  vim:ts=5:sw=5 | #  vim:ts=5:sw=5 | ||||||
| #  $Id: make-openssl.sh,v 1.19 2017/05/12 15:56:24 dirkw Exp $ | #  $Id: make-openssl.sh,v 1.20 2019/02/22 09:07:07 dirkw Exp $ | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk
					Dirk