X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Finternal%2Fproperty.h;h=a916be3cc51b01f1d78cd48fd3526b6b8bdd3cdf;hp=d1432631dd847b222b7fa96060b267fa006de10f;hb=c2969ff6e70b10f71fbd97c1d0b0cffc92bd69df;hpb=f663ddc7b00a2d75c1e7d868b73b24adc3f62095 diff --git a/include/internal/property.h b/include/internal/property.h index d1432631dd..a916be3cc5 100644 --- a/include/internal/property.h +++ b/include/internal/property.h @@ -28,7 +28,7 @@ int ossl_method_store_fetch(OSSL_METHOD_STORE *store, int nid, int ossl_method_store_set_global_properties(OSSL_METHOD_STORE *store, const char *prop_query); -/* proeprty query cache functions */ +/* property query cache functions */ int ossl_method_store_cache_get(OSSL_METHOD_STORE *store, int nid, const char *prop_query, void **result); int ossl_method_store_cache_set(OSSL_METHOD_STORE *store, int nid,