Files
spdm-recordflux/tests/spdm_proxy.ads
2022-02-15 13:27:38 +01:00

10 lines
159 B
Ada

with RFLX.SPDM_Proxy.Proxy;
package SPDM_Proxy with
SPARK_Mode
is
type Context is new RFLX.SPDM_Proxy.Proxy.Context with null record;
end SPDM_Proxy;