Remove dead code
parent
0b62642ba1
commit
3419708ead
|
@ -60,10 +60,6 @@ M: windows-crypto-context random-bytes* ( n windows-crypto-context -- bytes )
|
||||||
[ CryptGenRandom win32-error=0/f ] keep
|
[ CryptGenRandom win32-error=0/f ] keep
|
||||||
] with-destructors ;
|
] with-destructors ;
|
||||||
|
|
||||||
: with-windows-rng ( windows-rng quot -- )
|
|
||||||
[ windows-crypto-context ] dip with-disposal
|
|
||||||
; inline
|
|
||||||
|
|
||||||
ERROR: no-windows-crypto-provider error ;
|
ERROR: no-windows-crypto-provider error ;
|
||||||
|
|
||||||
: try-crypto-providers ( seq -- windows-crypto-context )
|
: try-crypto-providers ( seq -- windows-crypto-context )
|
||||||
|
|
Loading…
Reference in New Issue