1*09b34817Sjsing /* $OpenBSD: crypto_arch.h,v 1.1 2024/08/11 13:02:39 jsing Exp $ */ 2*09b34817Sjsing /* 3*09b34817Sjsing * Copyright (c) 2024 Joel Sing <jsing@openbsd.org> 4*09b34817Sjsing * 5*09b34817Sjsing * Permission to use, copy, modify, and distribute this software for any 6*09b34817Sjsing * purpose with or without fee is hereby granted, provided that the above 7*09b34817Sjsing * copyright notice and this permission notice appear in all copies. 8*09b34817Sjsing * 9*09b34817Sjsing * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10*09b34817Sjsing * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11*09b34817Sjsing * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12*09b34817Sjsing * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13*09b34817Sjsing * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14*09b34817Sjsing * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15*09b34817Sjsing * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16*09b34817Sjsing */ 17*09b34817Sjsing 18*09b34817Sjsing #ifndef HEADER_CRYPTO_ARCH_H 19*09b34817Sjsing #define HEADER_CRYPTO_ARCH_H 20*09b34817Sjsing 21*09b34817Sjsing #endif 22