/* $OpenBSD: common.h,v 1.1 2014/06/24 01:14:18 djm Exp $ *//* * Helpers for key API tests * * Placed in the public domain *//* Load a binary file into a buffer */structsshbuf*load_file(constchar*name);/* Load a text file into a buffer */structsshbuf*load_text_file(constchar*name);/* Load a bignum from a file */BIGNUM*load_bignum(constchar*name);